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 5ff458079c KARAF-7868: Upgrade to commons-lang3 3.17.0
5ff458079c is described below
commit 5ff458079c5f4511508c0c22f33a22c1faa4393c
Author: JB Onofré <[email protected]>
AuthorDate: Tue Oct 1 10:41:10 2024 +0200
KARAF-7868: Upgrade to commons-lang3 3.17.0
(cherry picked from commit 3d27aa398f1fdd6f3ee20ec1edccd04dbad07147)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f38e1d82be..b3f7a86bf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
<commons-compress.version>1.27.1</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
- <commons-lang3.version>3.15.0</commons-lang3.version>
+ <commons-lang3.version>3.17.0</commons-lang3.version>
<commons-logging.version>1.3.2</commons-logging.version>
<commons-pool2.version>2.12.0</commons-pool2.version>
<commons-io.version>2.16.1</commons-io.version>