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-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 2d4fb0e9f chore(deps): bump org.postgresql:postgresql from 42.7.11 to
42.7.12 (#2894)
2d4fb0e9f is described below
commit 2d4fb0e9f7f36662faaf97d9a8d01e858172bf28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 13:44:18 2026 +0200
chore(deps): bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2894)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.11 to 42.7.12.
- [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.11...REL42.7.12)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2a0ee5e75..23c9a000a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<version.com.amazon.redshift.redshift-jdbc42>2.2.7</version.com.amazon.redshift.redshift-jdbc42>
<version.org.apache.activemq.artemis-jakarta-client-all>2.54.0</version.org.apache.activemq.artemis-jakarta-client-all>
<version.org.messaginghub.pooled-jms>3.2.2</version.org.messaginghub.pooled-jms>
-
<version.org.postgresql.postgresql>42.7.11</version.org.postgresql.postgresql>
+
<version.org.postgresql.postgresql>42.7.12</version.org.postgresql.postgresql>
<version.net.snowflake.snowflake-jdbc>3.24.2</version.net.snowflake.snowflake-jdbc>
<version.io.quarkus.quarkus-apicurio-registry-avro>3.24.2</version.io.quarkus.quarkus-apicurio-registry-avro>
<!-- These versions should be taken from Azure SDK BOM 1.3.3 used in
the Camel version declared -->