This is an automated email from the ASF dual-hosted git repository. rishabhdaim pushed a commit to branch OAK-12293 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit fce46f3a5a39a71183c833ebe877a604a632b189 Author: rishabhdaim <[email protected]> AuthorDate: Sat Jul 4 12:13:18 2026 +0530 OAK-12293 : bump commons-io to 2.21.0 --- 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>
