You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/02 12:03:24 UTC

[camel] branch commons-pool-2.12.0 created (now d8f4d46cb4e)

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

acosentino pushed a change to branch commons-pool-2.12.0
in repository https://gitbox.apache.org/repos/asf/camel.git


      at d8f4d46cb4e Upgrade Commons Pool to version 2.12.0

This branch includes the following new commits:

     new d8f4d46cb4e Upgrade Commons Pool to version 2.12.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade Commons Pool to version 2.12.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch commons-pool-2.12.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d8f4d46cb4e392e0ab91e65986ed3323a75bf58c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 2 14:02:57 2023 +0200

    Upgrade Commons Pool to version 2.12.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 393da8b875b..0831c3617b0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -104,7 +104,7 @@
         <commons-logging-version>1.2</commons-logging-version>
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.9.0</commons-net-version>
-        <commons-pool2-version>2.11.1</commons-pool2-version>
+        <commons-pool2-version>2.12.0</commons-pool2-version>
         <commons-text-version>1.10.0</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
         <compress-lzf-version>1.1.2</compress-lzf-version>