This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 674e7ec78d KARAF-7851: Upgrade to commons-lang3 3.15.0
674e7ec78d is described below
commit 674e7ec78ddac5b26349e43c7ec3d58f01bebc37
Author: Holger Friedrich <[email protected]>
AuthorDate: Tue Jul 23 16:09:44 2024 +0200
KARAF-7851: Upgrade to commons-lang3 3.15.0
(cherry picked from commit 440a201b73873acd73cd7592e4a35035bfabc007)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72bbb02796..b01a91f80c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
<commons-compress.version>1.26.2</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
- <commons-lang3.version>3.14.0</commons-lang3.version>
+ <commons-lang3.version>3.15.0</commons-lang3.version>
<commons-logging.version>1.3.1</commons-logging.version>
<commons-pool2.version>2.12.0</commons-pool2.version>
<commons-io.version>2.15.1</commons-io.version>