This is an automated email from the ASF dual-hosted git repository.

reschke 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 4994014580 OAK-11820: Update commons-io dependency to 2.20.0 (#2406)
4994014580 is described below

commit 499401458031270cdec4815f1e9a4191ddd19511
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Jul 28 18:08:40 2025 +0200

    OAK-11820: Update commons-io dependency to 2.20.0 (#2406)
---
 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 e733ed37e9..cc9e78bcdc 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -604,7 +604,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.18.0</version>
+        <version>2.20.0</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>

Reply via email to