Skip to content

Commit 3ee4292

Browse files
Manually bump org.apache.zookeeper:zookeeper from 3.8.1 to 3.8.2 (#8844)
* Update Zoo Signed-off-by: Stephen Crawford <[email protected]> * Add pr num Signed-off-by: Stephen Crawford <[email protected]> --------- Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]>
1 parent 8058f9e commit 3ee4292

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8282
- Bump `io.grpc:grpc-context` from 1.46.0 to 1.56.1 ([#8726](https://github.com/opensearch-project/OpenSearch/pull/8726))
8383
- Bump `com.netflix.nebula:gradle-info-plugin` from 12.1.5 to 12.1.6 ([#8724](https://github.com/opensearch-project/OpenSearch/pull/8724))
8484
- Bump `commons-codec:commons-codec` from 1.15 to 1.16.0 ([#8725](https://github.com/opensearch-project/OpenSearch/pull/8725))
85+
- Bump `org.apache.zookeeper:zookeeper` from 3.8.1 to 3.8.2 ([#8844](https://github.com/opensearch-project/OpenSearch/pull/8844))
8586
- Bump `org.gradle.test-retry` from 1.5.3 to 1.5.4 ([#8842](https://github.com/opensearch-project/OpenSearch/pull/8842))
8687
- Bump `com.netflix.nebula.ospackage-base` from 11.3.0 to 11.4.0 ([#8838](https://github.com/opensearch-project/OpenSearch/pull/8838))
8788
- Bump `com.google.http-client:google-http-client-gson` from 1.43.2 to 1.43.3 ([#8840](https://github.com/opensearch-project/OpenSearch/pull/8840))

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
6262
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
6363
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
64-
api 'org.apache.zookeeper:zookeeper:3.8.1'
64+
api 'org.apache.zookeeper:zookeeper:3.8.2'
6565
api "org.apache.commons:commons-text:1.10.0"
6666
api "commons-net:commons-net:3.9.0"
6767
runtimeOnly "com.google.guava:guava:${versions.guava}"

0 commit comments

Comments
 (0)