This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 685ee72 Bump zookeeper from 3.4.6 to 3.4.14 in /webindex (#28)
685ee72 is described below
commit 685ee72bb06b72c366713eabd28da5647c1d1617
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 06:44:59 2022 -0400
Bump zookeeper from 3.4.6 to 3.4.14 in /webindex (#28)
Bumps zookeeper from 3.4.6 to 3.4.14.
---
updated-dependencies:
- dependency-name: org.apache.zookeeper:zookeeper
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
webindex/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webindex/pom.xml b/webindex/pom.xml
index 16b07f3..bdd72b6 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -177,7 +177,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.6</version>
+ <version>3.4.14</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>