Skip to content

Commit df90161

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 in /test/fixtures/hdfs-fixture (#12580) (#12597)
* 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 ... * Update changelog --------- (cherry picked from commit 0c3aad7) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.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 95887c6 commit df90161

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
@@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3333
- Bump `com.azure:azure-core` from 1.39.0 to 1.47.0 ([#12520](https://github.com/opensearch-project/OpenSearch/pull/12520))
3434
- Bump `ch.qos.logback:logback-core` from 1.2.13 to 1.5.3 ([#12519](https://github.com/opensearch-project/OpenSearch/pull/12519))
3535
- Bump `codecov/codecov-action` from 3 to 4 ([#12585](https://github.com/opensearch-project/OpenSearch/pull/12585))
36+
- Bump `org.apache.zookeeper:zookeeper` from 3.9.1 to 3.9.2 ([#12580](https://github.com/opensearch-project/OpenSearch/pull/12580))
3637

3738
### Changed
3839
- 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
@@ -67,7 +67,7 @@ dependencies {
6767
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
6868
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
6969
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
70-
api 'org.apache.zookeeper:zookeeper:3.9.1'
70+
api 'org.apache.zookeeper:zookeeper:3.9.2'
7171
api "org.apache.commons:commons-text:1.11.0"
7272
api "commons-net:commons-net:3.10.0"
7373
api "ch.qos.logback:logback-core:1.5.3"

0 commit comments

Comments
 (0)