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 f95687c  Bump postgresql in /profiling/kafka/postgresql-kafka
f95687c is described below

commit f95687cf36b95091e925e8e1c4684bfbaf4c172b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 6 12:05:06 2022 +0000

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

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

Reply via email to