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/08/22 07:48:41 UTC

[camel-kafka-connector] branch main updated: Bump postgresql in /connectors/camel-postgresql-sink-kafka-connector

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-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a7f620ad Bump postgresql in /connectors/camel-postgresql-sink-kafka-connector
5a7f620ad is described below

commit 5a7f620ad41305d144e641a9ecd2952992bbe09d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 6 06:03:16 2022 +0000

    Bump postgresql in /connectors/camel-postgresql-sink-kafka-connector
    
    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
    - [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.3.3...REL42.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 connectors/camel-postgresql-sink-kafka-connector/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/camel-postgresql-sink-kafka-connector/pom.xml b/connectors/camel-postgresql-sink-kafka-connector/pom.xml
index 1053d1569..4b23d9d41 100644
--- a/connectors/camel-postgresql-sink-kafka-connector/pom.xml
+++ b/connectors/camel-postgresql-sink-kafka-connector/pom.xml
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>org.postgresql</groupId>
       <artifactId>postgresql</artifactId>
-      <version>42.3.3</version>
+      <version>42.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>