This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 5cecbc7ce1 OAK-10931: Update commons-io dependency to 2.16.1 (#1567)
5cecbc7ce1 is described below
commit 5cecbc7ce1d1df9f47f9dc1774a069f73b6a62db
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Jul 3 08:44:57 2024 +0200
OAK-10931: Update commons-io dependency to 2.16.1 (#1567)
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 24dc6fca5b..083ac36a0e 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -590,7 +590,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.15.1</version>
+ <version>2.16.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>