Skip to content

Commit 68471f2

Browse files
committed
Bump GCS to version 2.54.0
Signed-off-by: Andrey Pleskach <[email protected]>
1 parent f967a72 commit 68471f2

File tree

104 files changed

+454
-191
lines changed

Some content is hidden

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

104 files changed

+454
-191
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

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)