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-performance-tests.git
The following commit(s) were added to refs/heads/main by this push:
new d4eca31 Bump org.postgresql:postgresql from 42.7.2 to 42.7.11
d4eca31 is described below
commit d4eca31abdec7adb399507caf5be74676a864060
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 07:45:07 2026 +0000
Bump org.postgresql:postgresql from 42.7.2 to 42.7.11
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.2 to 42.7.11.
- [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.2...REL42.7.11)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
profiling/kafka/kafka-postgresql-exchange-pooling/pom.xml | 2 +-
profiling/kafka/kafka-postgresql/pom.xml | 2 +-
profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiling/kafka/kafka-postgresql-exchange-pooling/pom.xml
b/profiling/kafka/kafka-postgresql-exchange-pooling/pom.xml
index 0b3514b..35bf695 100644
--- a/profiling/kafka/kafka-postgresql-exchange-pooling/pom.xml
+++ b/profiling/kafka/kafka-postgresql-exchange-pooling/pom.xml
@@ -35,7 +35,7 @@
<description>A Kafka to PostgreSQL with exchange pooling containeraized
application to show profiling practices</description>
<properties>
- <postgresql-driver-version>42.7.2</postgresql-driver-version>
+ <postgresql-driver-version>42.7.11</postgresql-driver-version>
<commons-dbcp2-version>2.8.0</commons-dbcp2-version>
</properties>
diff --git a/profiling/kafka/kafka-postgresql/pom.xml
b/profiling/kafka/kafka-postgresql/pom.xml
index b3ec88a..fd790e6 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.7.2</postgresql-driver-version>
+ <postgresql-driver-version>42.7.11</postgresql-driver-version>
<commons-dbcp2-version>2.8.0</commons-dbcp2-version>
</properties>
diff --git a/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
b/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
index 84482bb..9c036d1 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.7.2</postgresql-driver-version>
+ <postgresql-driver-version>42.7.11</postgresql-driver-version>
<commons-dbcp2-version>2.8.0</commons-dbcp2-version>
</properties>