Skip to content

Commit

Permalink
Bump zookeeper (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 18, 2023
1 parent 2889ca0 commit 8448f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {
implementation("com.squareup.okio:okio-jvm:3.4.0") {
because("previous versions have a bug impacting this application")
}
implementation("org.apache.zookeeper:zookeeper:3.9.0") {
implementation("org.apache.zookeeper:zookeeper:3.9.1") {
because("previous versions have a bug impacting this application")
}
}
Expand Down

0 comments on commit 8448f81

Please sign in to comment.