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/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c82474aa AMQ-9361: Upgrade to commons-dbcp2 2.10.0
     new a9f295c13 Merge pull request #1086 from jbonofre/AMQ-9361
3c82474aa is described below

commit 3c82474aa0722bfb381d36364d600a8edca8f107
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Oct 21 14:54:31 2023 +0200

    AMQ-9361: Upgrade to commons-dbcp2 2.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 09a7bfbe6..6c979d056 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <commons-beanutils-version>1.9.4</commons-beanutils-version>
     <commons-collections-version>3.2.2</commons-collections-version>
     <commons-daemon-version>1.3.4</commons-daemon-version>
-    <commons-dbcp2-version>2.9.0</commons-dbcp2-version>
+    <commons-dbcp2-version>2.10.0</commons-dbcp2-version>
     <commons-io-version>2.13.0</commons-io-version>
     <commons-lang-version>3.12.0</commons-lang-version>
     <commons-logging-version>1.2</commons-logging-version>

Reply via email to