Bump google-api-client from 1.30.10 to 1.34.0 in /plugins/repository-gcs (#3161)
* Bump google-api-client from 1.30.10 to 1.34.0 in /plugins/repository-gcs Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.30.10 to 1.34.0. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-java-client/compare/v1.30.10...v1.34.0) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Add missing classes to third party audit Signed-off-by: Andrew Ross <andrross@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
This commit is contained in:
parent
917f9c2699
commit
2e53f9a1b8
|
@ -70,7 +70,7 @@ dependencies {
|
|||
api 'com.google.auth:google-auth-library-credentials:0.20.0'
|
||||
api 'com.google.auth:google-auth-library-oauth2-http:0.20.0'
|
||||
api 'com.google.oauth-client:google-oauth-client:1.33.1'
|
||||
api 'com.google.api-client:google-api-client:1.30.10'
|
||||
api 'com.google.api-client:google-api-client:1.34.0'
|
||||
api 'com.google.http-client:google-http-client-appengine:1.35.0'
|
||||
api 'com.google.http-client:google-http-client-jackson2:1.35.0'
|
||||
api 'com.google.http-client:google-http-client-gson:1.41.4'
|
||||
|
@ -126,6 +126,7 @@ thirdPartyAudit {
|
|||
)
|
||||
|
||||
ignoreMissingClasses(
|
||||
'com.google.api.client.http.apache.v2.ApacheHttpTransport',
|
||||
'com.google.appengine.api.datastore.Blob',
|
||||
'com.google.appengine.api.datastore.DatastoreService',
|
||||
'com.google.appengine.api.datastore.DatastoreServiceFactory',
|
||||
|
@ -172,6 +173,8 @@ thirdPartyAudit {
|
|||
'org.apache.http.client.UserTokenHandler',
|
||||
'org.apache.http.client.methods.HttpEntityEnclosingRequestBase',
|
||||
'org.apache.http.client.methods.HttpRequestBase',
|
||||
'org.apache.http.config.Registry',
|
||||
'org.apache.http.config.RegistryBuilder',
|
||||
'org.apache.http.config.SocketConfig',
|
||||
'org.apache.http.config.SocketConfig$Builder',
|
||||
'org.apache.http.conn.ClientConnectionManager',
|
||||
|
@ -181,6 +184,7 @@ thirdPartyAudit {
|
|||
'org.apache.http.conn.routing.HttpRoutePlanner',
|
||||
'org.apache.http.conn.scheme.PlainSocketFactory',
|
||||
'org.apache.http.conn.scheme.SchemeRegistry',
|
||||
'org.apache.http.conn.socket.PlainConnectionSocketFactory',
|
||||
'org.apache.http.conn.ssl.SSLSocketFactory',
|
||||
'org.apache.http.conn.ssl.X509HostnameVerifier',
|
||||
'org.apache.http.entity.AbstractHttpEntity',
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
2de98417199785982e1f037fb8b52613f57175ae
|
|
@ -0,0 +1 @@
|
|||
af2586412cabeee49c9db6d736e75b745bc467f8
|
Loading…
Reference in New Issue