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 2024/03/04 05:13:28 UTC

(camel-kamelets) branch main updated: Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 (#1928)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f02ea709 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 (#1928)
f02ea709 is described below

commit f02ea7091d98ff1b06c83be8d4619edd5815bb49
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 4 06:13:23 2024 +0100

    Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 (#1928)
    
    Bumps org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-dbcp2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d14c147a..8b94c69a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->
         <!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->
-        <version.org.apache.commons.commons-dbcp2>2.11.0</version.org.apache.commons.commons-dbcp2>
+        <version.org.apache.commons.commons-dbcp2>2.12.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.26</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.activemq.artemis-jakarta-client-all>2.32.0</version.org.apache.activemq.artemis-jakarta-client-all>
 	<version.org.postgresql.postgresql>42.7.2</version.org.postgresql.postgresql>