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

mreutegg 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 b8de773521 OAK-9669: Update commons-io dependency to 2.11.0
     new 46864927ca Merge pull request #621 from mreutegg/OAK-9669
b8de773521 is described below

commit b8de7735219d6efc4a08e0d77ed3f57e4fa1b8cc
Author: Marcel Reutegger <[email protected]>
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 50245c4723..5778279d58 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -656,7 +656,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