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 197bf42b47 KARAF-7852: Upgrade to commons-pool2 2.12.0
197bf42b47 is described below

commit 197bf42b47035f520de971ed9f041ea0a1933229
Author: Holger Friedrich <[email protected]>
AuthorDate: Tue Jul 23 22:31:33 2024 +0200

    KARAF-7852: Upgrade to commons-pool2 2.12.0
    
    (cherry picked from commit fc6fbbec50935947316d8ad6a99dfd0534a1aa76)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e18ca6dd65..8fa00a67dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
         <commons-fileupload.version>1.5</commons-fileupload.version>
         <commons-lang3.version>3.14.0</commons-lang3.version>
         <commons-logging.version>1.3.1</commons-logging.version>
-        <commons-pool2.version>2.11.1</commons-pool2.version>
+        <commons-pool2.version>2.12.0</commons-pool2.version>
         <commons-io.version>2.15.1</commons-io.version>
         <eclipselink.version>2.7.15</eclipselink.version>
         <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>

Reply via email to