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-performance-tests.git


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

commit 0ba2d494d2b1b38222d6e82be6bc93eabf1e04f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 00:21:28 2024 +0000

    Bump org.postgresql:postgresql in /profiling/kafka/kafka-postgresql
    
    Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 
42.3.8 to 42.7.2.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 profiling/kafka/kafka-postgresql/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/kafka/kafka-postgresql/pom.xml 
b/profiling/kafka/kafka-postgresql/pom.xml
index 3d69399..b3ec88a 100644
--- a/profiling/kafka/kafka-postgresql/pom.xml
+++ b/profiling/kafka/kafka-postgresql/pom.xml
@@ -35,7 +35,7 @@
     <description>A Kafka to PostgreSQL containeraized application to show 
profiling practices</description>
 
     <properties>
-        <postgresql-driver-version>42.3.8</postgresql-driver-version>
+        <postgresql-driver-version>42.7.2</postgresql-driver-version>
         <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
     </properties>
 

Reply via email to