This is an automated email from the ASF dual-hosted git repository.
rishabhdaim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new ebf05973fd OAK-12293 : bump commons-io to 2.21.0 (#2997)
ebf05973fd is described below
commit ebf05973fd3e2b46f320dcc72cc044f9d5c6be28
Author: Rishabh Kumar <[email protected]>
AuthorDate: Sat Jul 4 12:09:34 2026 +0530
OAK-12293 : bump commons-io to 2.21.0 (#2997)
* OAK-12293 : bump commons-io to 2.22.0
* 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 395b9a88ce..ace76ed197 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -664,7 +664,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>