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/15 05:19:39 UTC

(camel-kamelets) branch main updated: Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 (#1951)

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 dfbc0887 Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 (#1951)
dfbc0887 is described below

commit dfbc08872a23a15c1570923416a94ba60cd42892
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 15 06:19:34 2024 +0100

    Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 (#1951)
    
    Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.2 to 42.7.3.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.2...REL42.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 d3161d53..968621d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <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>
+	<version.org.postgresql.postgresql>42.7.3</version.org.postgresql.postgresql>
 	<version.net.snowflake.snowflake-jdbc>3.14.5</version.net.snowflake.snowflake-jdbc>
 	<version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro>
 	<!-- These versions should be taken from Azure SDK BOM used in the Camel version declared -->