You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/10/14 16:40:34 UTC

[karaf] branch main updated: [KARAF-7581] Upgrade to commons-pool2 2.11.1

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 57dbcd0166 [KARAF-7581] Upgrade to commons-pool2 2.11.1
     new 06f108bce2 Merge pull request #1660 from jbonofre/KARAF-7581
57dbcd0166 is described below

commit 57dbcd0166c2472bfc87d71a78e8ab7770043fd7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Oct 14 15:30:46 2022 +0200

    [KARAF-7581] Upgrade to commons-pool2 2.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41211b2d6d..c01344467d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
-        <commons-pool2.version>2.9.0</commons-pool2.version>
+        <commons-pool2.version>2.11.1</commons-pool2.version>
         <commons-io.version>2.11.0</commons-io.version>
         <eclipselink.version>2.7.8</eclipselink.version>
         <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>