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/10/12 08:37:00 UTC

[camel-performance-tests] branch main updated: Bump postgresql in /profiling/kafka/postgresql-kafka-exchange-pooling

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 211c05d  Bump postgresql in /profiling/kafka/postgresql-kafka-exchange-pooling
211c05d is described below

commit 211c05d878b53554f8d34fe5e342859df1ebf347
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 22 17:37:00 2022 +0000

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

diff --git a/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml b/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
index 66884be..e233e2e 100644
--- a/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
+++ b/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
@@ -35,7 +35,7 @@
     <description>A PostgreSQL to Kafka with Exchange Pooling containeraized application to show profiling practices</description>
 
     <properties>
-        <postgresql-driver-version>42.3.3</postgresql-driver-version>
+        <postgresql-driver-version>42.3.7</postgresql-driver-version>
         <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
     </properties>