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

jbonofre 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 7c09dfa30e KARAF-7979: Upgrade to commons-lang3 3.18.0 (#1967)
7c09dfa30e is described below

commit 7c09dfa30e42e1ea80bf0e09a26ec128d6a9c15a
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 25 13:42:41 2025 +0200

    KARAF-7979: Upgrade to commons-lang3 3.18.0 (#1967)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4796a27d5e..21174dea85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
         <commons-codec.version>1.15</commons-codec.version>
         <commons-compress.version>1.27.1</commons-compress.version>
         <commons-fileupload.version>1.5</commons-fileupload.version>
-        <commons-lang3.version>3.17.0</commons-lang3.version>
+        <commons-lang3.version>3.18.0</commons-lang3.version>
         <commons-logging.version>1.3.5</commons-logging.version>
         <commons-pool2.version>2.12.0</commons-pool2.version>
         <commons-io.version>2.20.0</commons-io.version>

Reply via email to