Skip to content

Commit 4a07236

Browse files
Bump com.google.http-client:google-http-client-gson from 1.47.1 to 2.0.0 in /plugins/repository-gcs (#19253)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05d0163 commit 4a07236

10 files changed

+9
-8
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6666
- Bump `github/codeql-action` from 3 to 4 ([#19785](https://github.com/opensearch-project/OpenSearch/pull/19785))
6767
- Bump `gradle/actions` from 4 to 5 ([#19781](https://github.com/opensearch-project/OpenSearch/pull/19781))
6868
- Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 ([#19818](https://github.com/opensearch-project/OpenSearch/pull/19818))
69+
- Bump `com.google.http-client:google-http-client-gson` from 1.47.1 to 2.0.0 ([#19253](https://github.com/opensearch-project/OpenSearch/pull/19253))
6970

7071
### Deprecated
7172
- Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))

β€Žplugins/repository-gcs/build.gradleβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ dependencies {
7878
implementation "com.google.auth:google-auth-library-oauth2-http:1.38.0"
7979
runtimeOnly "com.google.oauth-client:google-oauth-client:1.39.0" // 1.39.0 in bom
8080
implementation "com.google.api-client:google-api-client:2.7.2"
81-
implementation "com.google.http-client:google-http-client:1.47.1"
82-
runtimeOnly "com.google.http-client:google-http-client-gson:1.47.1"
83-
runtimeOnly "com.google.http-client:google-http-client-appengine:1.47.1"
84-
runtimeOnly "com.google.http-client:google-http-client-jackson2:1.47.1"
81+
implementation "com.google.http-client:google-http-client:2.0.2"
82+
runtimeOnly "com.google.http-client:google-http-client-gson:2.0.2"
83+
runtimeOnly "com.google.http-client:google-http-client-appengine:2.0.2"
84+
runtimeOnly "com.google.http-client:google-http-client-jackson2:2.0.2"
8585
runtimeOnly "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" // 2.18.2 in bom
8686
runtimeOnly "io.opencensus:opencensus-api:0.31.1"
8787
runtimeOnly "io.opencensus:opencensus-contrib-http-util:0.31.1"

β€Žplugins/repository-gcs/licenses/google-http-client-1.47.1.jar.sha1β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5605d66977094595cf4dde9db532596b1cc95459

β€Žplugins/repository-gcs/licenses/google-http-client-appengine-1.47.1.jar.sha1β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4ff7a32210c31616c911bf92a33678b7236e9e84

β€Žplugins/repository-gcs/licenses/google-http-client-gson-1.47.1.jar.sha1β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bed01c219e4e543a3a12885fc19f7dc994949b79

β€Žplugins/repository-gcs/licenses/google-http-client-jackson2-1.47.1.jar.sha1β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2877664965c0c1e4f7488ac6401b058f47bc6efd

0 commit comments

Comments
Β (0)