Skip to content

Commit 0c3aad7

Browse files
Bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 in /test/fixtures/hdfs-fixture (#12580)
* Bump org.apache.zookeeper:zookeeper in /test/fixtures/hdfs-fixture Bumps org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2. --- updated-dependencies: - dependency-name: org.apache.zookeeper:zookeeper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 2be3898 commit 0c3aad7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
122122
- Bump `com.azure:azure-core` from 1.39.0 to 1.47.0 ([#12520](https://github.com/opensearch-project/OpenSearch/pull/12520))
123123
- Bump `ch.qos.logback:logback-core` from 1.2.13 to 1.5.3 ([#12519](https://github.com/opensearch-project/OpenSearch/pull/12519))
124124
- Bump `codecov/codecov-action` from 3 to 4 ([#12585](https://github.com/opensearch-project/OpenSearch/pull/12585))
125+
- Bump `org.apache.zookeeper:zookeeper` from 3.9.1 to 3.9.2 ([#12580](https://github.com/opensearch-project/OpenSearch/pull/12580))
125126

126127
### Changed
127128
- Allow composite aggregation to run under a parent filter aggregation ([#11499](https://github.com/opensearch-project/OpenSearch/pull/11499))

test/fixtures/hdfs-fixture/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
6969
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
7070
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
71-
api 'org.apache.zookeeper:zookeeper:3.9.1'
71+
api 'org.apache.zookeeper:zookeeper:3.9.2'
7272
api "org.apache.commons:commons-text:1.11.0"
7373
api "commons-net:commons-net:3.10.0"
7474
api "ch.qos.logback:logback-core:1.5.3"

0 commit comments

Comments
 (0)