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

reschke pushed a commit to branch OAK-10390
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 0fd7d3e581931d3f58e45b934412ca62eb16a084
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Fri Aug 11 15:16:08 2023 +0100

    OAK-10390: Update commons-io dependency to 2.13.0
---
 oak-parent/pom.xml    | 2 +-
 oak-search-mt/pom.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index e19027f77c..b9ef1b3a1c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -623,7 +623,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.11.0</version>
+        <version>2.13.0</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>
diff --git a/oak-search-mt/pom.xml b/oak-search-mt/pom.xml
index 1b730ef217..85fd4f682f 100644
--- a/oak-search-mt/pom.xml
+++ b/oak-search-mt/pom.xml
@@ -148,7 +148,6 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to