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 2019/08/21 10:42:34 UTC

[camel] branch master updated: Upgrade Commons DBCP to version 2.7.0

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 549933d  Upgrade Commons DBCP to version 2.7.0
549933d is described below

commit 549933d8d01c8bdc8d716fe8e512cec7a196cf05
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 21 12:41:59 2019 +0200

    Upgrade Commons DBCP to version 2.7.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 52b7a46..159f418 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -131,7 +131,7 @@
         <commons-csv-version>1.6</commons-csv-version>
         <commons-cli-version>1.4</commons-cli-version>
         <commons-dbcp-version>1.4</commons-dbcp-version>
-        <commons-dbcp2-version>2.6.0</commons-dbcp2-version>
+        <commons-dbcp2-version>2.7.0</commons-dbcp2-version>
         <commons-exec-version>1.3</commons-exec-version>
         <commons-httpclient-bundle-version>3.1_7</commons-httpclient-bundle-version>
         <commons-io-version>2.6</commons-io-version>