Skip to content

Commit

Permalink
move version to top-level file
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Oct 31, 2024
1 parent 00c7cf9 commit b773a8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ guava = "32.1.1-jre"
protobuf = "3.25.5"
jakarta_annotation = "1.3.5"
google_http_client = "1.44.1"
google_auth = "1.29.0"
tdigest = "3.3"
hdrhistogram = "2.2.2"
grpc = "1.68.0"
Expand Down
4 changes: 0 additions & 4 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ opensearchplugin {
classname 'org.opensearch.repositories.gcs.GoogleCloudStoragePlugin'
}

versions << [
'google_auth': '1.29.0'
]

dependencies {
api 'com.google.api:api-common:1.8.1'
api 'com.google.api:gax:2.35.0'
Expand Down

0 comments on commit b773a8b

Please sign in to comment.