From f96528757114e08e1d83ca18e52b79424c45a827 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 19 Oct 2023 12:17:53 +0200 Subject: [PATCH] Update zookeeper to 3.9.1 Excluding logback-classic is important because it enables all logs to be reported on DEBUG level, spaming logs and making tests time out. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 65d776c803e4..1b021f193bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -618,6 +618,12 @@ 1.16.0 + + commons-io + commons-io + 2.11.0 + + dev.failsafe failsafe @@ -1824,8 +1830,12 @@ org.apache.zookeeper zookeeper - 3.6.3 + 3.9.1 + + ch.qos.logback + logback-classic + commons-cli commons-cli