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 e03dd7a54d OAK-9669: Update commons-io dependency to 2.11.0
e03dd7a54d is described below

commit e03dd7a54d16fcc27042350ffdad618dcd9b0478
Author: Marcel Reutegger <marcel.reuteg...@gmail.com>
AuthorDate: Tue Jul 12 08:27:02 2022 +0200

    OAK-9669: Update commons-io dependency to 2.11.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 484592bb86..bfde850054 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.6</version>
+        <version>2.11.0</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>

Reply via email to