This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new fef900300e build(deps): bump org.postgresql:postgresql (#1769)
fef900300e is described below
commit fef900300e9c53cbfdcaaffa38d8851c0f50529a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 19:08:58 2026 +0200
build(deps): bump org.postgresql:postgresql (#1769)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.10 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.10...REL42.7.11)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
connectors/camel-postgresql-sink-kafka-connector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/connectors/camel-postgresql-sink-kafka-connector/pom.xml
b/connectors/camel-postgresql-sink-kafka-connector/pom.xml
index ae24b39b2f..d05cb2b297 100644
--- a/connectors/camel-postgresql-sink-kafka-connector/pom.xml
+++ b/connectors/camel-postgresql-sink-kafka-connector/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.10</version>
+ <version>42.7.11</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>