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 2022/01/07 07:48:01 UTC

[camel-kamelets] 01/02: Bump Commons DBCP2 to version 2.9.0

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

acosentino pushed a commit to branch dbcp2-up
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 46a806f4cbd8e039354c97e1b9a7dc851388efe1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 08:38:17 2022 +0100

    Bump Commons DBCP2 to version 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0b00fd..2398350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <junit.jupiter.version>5.8.1</junit.jupiter.version>
         <classgraph.version>4.8.138</classgraph.version>
 
-        <version.org.apache.commons.commons-dbcp2>2.8.0</version.org.apache.commons.commons-dbcp2>
+        <version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
         <version.org.apache.activemq.artemis-jms-client-all>2.17.0</version.org.apache.activemq.artemis-jms-client-all>