Skip to content

Commit fafe655

Browse files
Bump com.google.auth:google-auth-library-oauth2-http from 1.38.0 to 1.41.0 in /plugins/repository-gcs (#20183)
* Bump com.google.auth:google-auth-library-oauth2-http Bumps com.google.auth:google-auth-library-oauth2-http from 1.38.0 to 1.41.0. --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sandesh Kumar <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sandesh Kumar <[email protected]>
1 parent ce178f6 commit fafe655

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
- Fix bug in Assertion framework(Yaml Rest test): numeric comparison fails when comparing Integer vs Long (or Float vs Double) ([#19376](https://github.com/opensearch-project/OpenSearch/pull/19376))
1717

1818
### Dependencies
19+
- Bump `com.google.auth:google-auth-library-oauth2-http` from 1.38.0 to 1.41.0 ([#20183](https://github.com/opensearch-project/OpenSearch/pull/20183))
1920
- Bump `actions/checkout` from 5 to 6 ([#20186](https://github.com/opensearch-project/OpenSearch/pull/20186))
2021
- Bump `org.apache.commons:commons-configuration2` from 2.12.0 to 2.13.0 ([#20185](https://github.com/opensearch-project/OpenSearch/pull/20185), [#20184](https://github.com/opensearch-project/OpenSearch/pull/20184))
2122

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ dependencies {
7676
runtimeOnly "com.google.code.gson:gson:${versions.gson}"
7777
runtimeOnly "com.google.api.grpc:proto-google-common-protos:2.60.0"
7878
runtimeOnly "com.google.api.grpc:proto-google-iam-v1:1.57.0"
79-
implementation "com.google.auth:google-auth-library-credentials:1.38.0"
80-
implementation "com.google.auth:google-auth-library-oauth2-http:1.38.0"
79+
implementation "com.google.auth:google-auth-library-credentials:1.41.0"
80+
implementation "com.google.auth:google-auth-library-oauth2-http:1.41.0"
8181
runtimeOnly "com.google.oauth-client:google-oauth-client:1.39.0" // 1.39.0 in bom
8282
implementation "com.google.api-client:google-api-client:2.7.2"
8383
implementation "com.google.http-client:google-http-client:2.0.2"

β€Žplugins/repository-gcs/licenses/google-auth-library-credentials-1.38.0.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+
0daec48ff7af679fe040987a2ef7a8a5b04c0004

β€Žplugins/repository-gcs/licenses/google-auth-library-oauth2-http-1.38.0.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+
5bf90af3f5b49a8d84d361de526974fc51318b62

0 commit comments

Comments
Β (0)