Skip to content

Commit 98c3a3b

Browse files
willyborankincwperks
authored andcommitted
Bump GCS SDK to version 2.55.0 (opensearch-project#18922)
* Bump GCS SDK API to version 2.55.0 Signed-off-by: Andrey Pleskach <ples@aiven.io> * Migrate GCS repository plugin to use GCS SDK v 2.x Signed-off-by: Andrey Pleskach <ples@aiven.io> --------- Signed-off-by: Andrey Pleskach <ples@aiven.io> Signed-off-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com>
1 parent 02e4afe commit 98c3a3b

File tree

105 files changed

+588
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+588
-214
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3737
- Bump `1password/load-secrets-action` from 2 to 3 ([#19100](https://github.com/opensearch-project/OpenSearch/pull/19100))
3838
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.3 to 10.4.2 ([#19099](https://github.com/opensearch-project/OpenSearch/pull/19099), [#19101](https://github.com/opensearch-project/OpenSearch/pull/19101))
3939
- Bump netty from 4.1.121.Final to 4.1.124.Final ([#19103](https://github.com/opensearch-project/OpenSearch/pull/19103))
40+
- Bump google cloud storage from 1.113.1 to 2.55.0 ([#4547](https://github.com/opensearch-project/OpenSearch/pull/4547))
4041

4142
### Deprecated
4243

buildSrc/src/main/groovy/org/opensearch/gradle/test/TestWithSslPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public void apply(Project project) {
7777
File keystoreDir = new File(project.getBuildDir(), "keystore/test/ssl");
7878
File nodeKeystore = new File(keystoreDir, "test-node.jks");
7979
File clientKeyStore = new File(keystoreDir, "test-client.jks");
80+
@SuppressWarnings("unchecked")
8081
NamedDomainObjectContainer<OpenSearchCluster> clusters = (NamedDomainObjectContainer<OpenSearchCluster>) project.getExtensions()
8182
.getByName(TestClustersPlugin.EXTENSION_NAME);
8283
clusters.all(c -> {

client/rest/licenses/commons-codec-1.16.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+
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f

client/sniffer/licenses/commons-codec-1.16.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+
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ woodstox = "6.4.0"
2121
kotlin = "1.7.10"
2222
antlr4 = "4.13.1"
2323
guava = "33.2.1-jre"
24-
protobuf = "3.25.5"
24+
protobuf = "3.25.8"
2525
jakarta_annotation = "1.3.5"
2626
google_http_client = "1.44.1"
2727
google_auth = "1.29.0"
@@ -48,7 +48,7 @@ httpclient = "4.5.14"
4848
httpcore = "4.4.16"
4949
httpasyncclient = "4.1.5"
5050
commonslogging = "1.2"
51-
commonscodec = "1.16.1"
51+
commonscodec = "1.18.0"
5252
commonslang = "3.18.0"
5353
commonscompress = "1.26.1"
5454
commonsio = "2.16.0"

plugins/analysis-phonetic/licenses/commons-codec-1.16.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+
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f

plugins/arrow-flight-rpc/licenses/commons-codec-1.16.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)