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

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

commit 354cdb2b2bbd693777116a4d954b558bb7cca581
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Sun Aug 13 04:57:27 2023 +0100

    OAK-10394: Update commons-lang3 dependency to 3.13.0
---
 oak-it-osgi/src/test/resources/versions.properties | 2 +-
 oak-parent/pom.xml                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-it-osgi/src/test/resources/versions.properties 
b/oak-it-osgi/src/test/resources/versions.properties
index 27b83fb529..68fc206f98 100644
--- a/oak-it-osgi/src/test/resources/versions.properties
+++ b/oak-it-osgi/src/test/resources/versions.properties
@@ -18,5 +18,5 @@ tika=${tika.version}
 poi=5.2.2
 commons-collections4=4.4
 commons-compress=1.21
-commons-lang3=3.12.0
+commons-lang3=3.13.0
 commons-math3=3.6.1
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index b9ef1b3a1c..f3f5eeaef3 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -618,7 +618,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.12.0</version>
+        <version>3.13.0</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>

Reply via email to