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 947d774a0b OAK-10394: Update commons-lang3 dependency to 3.13.0 (#1062)
947d774a0b is described below
commit 947d774a0be3b3a7d84544cf46f499d2f64d19a3
Author: Julian Reschke <[email protected]>
AuthorDate: Sun Aug 13 05:58:14 2023 +0200
OAK-10394: Update commons-lang3 dependency to 3.13.0 (#1062)
---
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 a53d47fad0..24aaa835da 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -599,7 +599,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>