Skip to content

Commit 98bdd8f

Browse files
Bump org.apache.curator:curator-framework in /examples
Bumps [org.apache.curator:curator-framework](https://github.com/apache/curator) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/apache/curator/releases) - [Commits](apache/curator@apache-curator-5.8.0...apache-curator-5.9.0) --- updated-dependencies: - dependency-name: org.apache.curator:curator-framework dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4072e16 commit 98bdd8f

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.8.0'
10+
testImplementation 'org.apache.curator:curator-framework:5.9.0'
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'org.assertj:assertj-core:3.26.3'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.15'

0 commit comments

Comments
 (0)