From 569ab91d3b716ee95c16fadc75ab1fd40353ebe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:48:16 +0100 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 in /smoke-tests (#797) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- smoke-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/build.gradle b/smoke-tests/build.gradle index 78cb94846..2cc0a6ffd 100644 --- a/smoke-tests/build.gradle +++ b/smoke-tests/build.gradle @@ -14,7 +14,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' - testImplementation 'org.postgresql:postgresql:42.7.3' + testImplementation 'org.postgresql:postgresql:42.7.4' testImplementation ('org.apache.qpid:qpid-jms-client:1.6.0') { exclude group: 'io.netty', module: 'netty-codec-http' }