Skip to content

Commit 70252a5

Browse files
Bump org.apache.curator:curator-framework in /examples
Bumps [org.apache.curator:curator-framework](https://github.com/apache/curator) from 5.5.0 to 5.6.0. - [Commits](apache/curator@apache-curator-5.5.0...apache-curator-5.6.0) --- updated-dependencies: - dependency-name: org.apache.curator:curator-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f788ab6 commit 70252a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/zookeeper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'org.apache.curator:curator-framework:5.5.0'
10+
testImplementation 'org.apache.curator:curator-framework:5.6.0'
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'org.assertj:assertj-core:3.24.2'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.14'

0 commit comments

Comments
 (0)