This is an automated email from the ASF dual-hosted git repository.
nite pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 02b5182cd5 KARAF-7788: Upgrade to commons-lang3 3.14.0
new fe857ff9c8 Merge pull request #1798 from jbonofre/KARAF-7788
02b5182cd5 is described below
commit 02b5182cd50162dea85d24acb1056accaa1cde23
Author: JB Onofré <[email protected]>
AuthorDate: Thu Dec 14 14:48:11 2023 +0100
KARAF-7788: Upgrade to commons-lang3 3.14.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 629598906a..aadec19dcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
<commons-compress.version>1.23.0</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
- <commons-lang3.version>3.13.0</commons-lang3.version>
+ <commons-lang3.version>3.14.0</commons-lang3.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-pool2.version>2.11.1</commons-pool2.version>
<commons-io.version>2.13.0</commons-io.version>