Skip to content

Commit

Permalink
updating zookeeper version in build.gradle.kts and readme file
Browse files Browse the repository at this point in the history
Signed-off-by: Amit-Singh40 <[email protected]>
  • Loading branch information
Amit-Singh40 committed Jun 13, 2022
1 parent 5373908 commit 5c749ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The project is currently alpha. While no breaking API changes are currently plan

### Overview

This operator runs a Zookeeper 3.7.0 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
This operator runs a Zookeeper 3.7.1 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.

The operator itself is built with the [Operator framework](https://github.com/operator-framework/operator-sdk).

Expand Down
2 changes: 1 addition & 1 deletion docker/zu/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.apache.zookeeper:zookeeper:3.7.0")
implementation("org.apache.zookeeper:zookeeper:3.7.1")
}

tasks.withType<ShadowJar>() {
Expand Down

0 comments on commit 5c749ef

Please sign in to comment.