This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 522554ecd Bump commons-io:commons-io from 2.11.0 to 2.14.0 in
/zookeeper-api (#2948)
522554ecd is described below
commit 522554ecd586b19aeb4bf74ba5d21772347a2cd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 12:14:07 2024 -0800
Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /zookeeper-api (#2948)
Bumps commons-io:commons-io from 2.11.0 to 2.14.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
zookeeper-api/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml
index e3cf00b8d..d43574f3a 100644
--- a/zookeeper-api/pom.xml
+++ b/zookeeper-api/pom.xml
@@ -108,7 +108,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>