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-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push: new fbfad5303 Bump postgresql from 42.4.1 to 42.4.3 in /parent fbfad5303 is described below commit fbfad53032328847c45cf311eb6044a01c37f8cf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Nov 23 22:24:48 2022 +0000 Bump postgresql from 42.4.1 to 42.4.3 in /parent Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3. - [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.4.1...REL42.4.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:development ... Signed-off-by: dependabot[bot] <supp...@github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index dda6ab1b5..3711371c1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -35,7 +35,7 @@ <version.java>11</version.java> <version.guava>20.0</version.guava> <version.javax.annotation-api>1.3.2</version.javax.annotation-api> - <version.postgres>42.4.1</version.postgres> + <version.postgres>42.4.3</version.postgres> <version.jctools>3.3.0</version.jctools> <version.maven.compiler>3.8.1</version.maven.compiler>