From 5c749ef1aa5f4ed1298e98d7d0e6f9083c09806e Mon Sep 17 00:00:00 2001 From: Amit-Singh40 Date: Mon, 13 Jun 2022 19:31:12 +0530 Subject: [PATCH] updating zookeeper version in build.gradle.kts and readme file Signed-off-by: Amit-Singh40 --- README.md | 2 +- docker/zu/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e4741e2b..d4d44a4da 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docker/zu/build.gradle.kts b/docker/zu/build.gradle.kts index 2aa875c81..95e1d874c 100644 --- a/docker/zu/build.gradle.kts +++ b/docker/zu/build.gradle.kts @@ -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() {