This is an automated email from the ASF dual-hosted git repository.
rishabhdaim 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 4d56fec803 OAK-12293 : bump commons-io to 2.21.0 (#3000)
4d56fec803 is described below
commit 4d56fec803237e90dcfe27962cefb648fb66d4cb
Author: Rishabh Kumar <[email protected]>
AuthorDate: Sat Jul 4 14:28:24 2026 +0530
OAK-12293 : bump commons-io to 2.21.0 (#3000)
---
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 8c4e23805f..20f7e5d478 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -591,7 +591,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.20.0</version>
+ <version>2.21.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>