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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new b44418c9 Bump org.postgresql:postgresql in /kafka-sql-transaction
b44418c9 is described below

commit b44418c96bf50c698497ebdca445c0844fda9b87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 16:41:03 2026 +0000

    Bump org.postgresql:postgresql in /kafka-sql-transaction
    
    Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 
42.7.11 to 42.7.12.
    - [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.11...REL42.7.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-version: 42.7.12
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 kafka-sql-transaction/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kafka-sql-transaction/pom.xml b/kafka-sql-transaction/pom.xml
index 371350f3..5f308bc4 100644
--- a/kafka-sql-transaction/pom.xml
+++ b/kafka-sql-transaction/pom.xml
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.11</version>
+            <version>42.7.12</version>
         </dependency>
     </dependencies>
 

Reply via email to