You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/12/16 12:52:09 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8073] Upgrade to commons-dbcp2 2.9.0

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

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 176a921  [AMQ-8073] Upgrade to commons-dbcp2 2.9.0
176a921 is described below

commit 176a921f7185252e348707623854a79e40dbfd56
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Dec 16 13:51:54 2021 +0100

    [AMQ-8073] Upgrade to commons-dbcp2 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 768451a..8a7689c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <commons-beanutils-version>1.9.4</commons-beanutils-version>
     <commons-collections-version>3.2.2</commons-collections-version>
     <commons-daemon-version>1.2.4</commons-daemon-version>
-    <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
+    <commons-dbcp2-version>2.9.0</commons-dbcp2-version>
     <commons-io-version>2.11.0</commons-io-version>
     <commons-lang-version>3.12.0</commons-lang-version>
     <commons-logging-version>1.2</commons-logging-version>