Updating org.apache.oltu.oauth2.client (#13411)

Updating the OAuth2 client (although obsolete, it's still productive in openapi-generator) due to security problems related to the underlying libraries
* sonatype-2022-3061
* sonatype-2012-0050

Update pom.mustache
This commit is contained in:
Rade Martinović
2022-10-19 17:15:32 +02:00
committed by GitHub
parent a3fbb82853
commit 514dbca08b
10 changed files with 10 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ public class OAuthOkHttpClient implements HttpClient {
response.body().string(),
response.body().contentType().toString(),
response.code(),
response.headers().toMultimap(),
responseClass);
} catch (IOException e) {
throw new OAuthSystemException(e);