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-kamelets.git
The following commit(s) were added to refs/heads/main by this push: new 2374b608 Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2163) 2374b608 is described below commit 2374b6080f2febfb2b2a954e98eb32c5dccd0409 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Aug 23 09:28:44 2024 +0200 Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2163) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.4. - [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.3...REL42.7.4) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 750e01bb..32e853d4 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <version.org.apache.commons.commons-dbcp2>2.12.0</version.org.apache.commons.commons-dbcp2> <version.com.amazon.redshift.redshift-jdbc42>2.1.0.30</version.com.amazon.redshift.redshift-jdbc42> <version.org.apache.activemq.artemis-jakarta-client-all>2.37.0</version.org.apache.activemq.artemis-jakarta-client-all> - <version.org.postgresql.postgresql>42.7.3</version.org.postgresql.postgresql> + <version.org.postgresql.postgresql>42.7.4</version.org.postgresql.postgresql> <version.net.snowflake.snowflake-jdbc>3.17.0</version.net.snowflake.snowflake-jdbc> <version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro> <!-- These versions should be taken from Azure SDK BOM used in the Camel version declared -->