From 8b36d7a498a423c97234b28fa915014b2ffbf9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:14:11 +0000 Subject: [PATCH] build(deps): Bump org.testcontainers:postgresql in /sample-apps/jdbc-app Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.3...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample-apps/jdbc-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/jdbc-app/build.gradle b/sample-apps/jdbc-app/build.gradle index 9b5c2255..1965a7e1 100644 --- a/sample-apps/jdbc-app/build.gradle +++ b/sample-apps/jdbc-app/build.gradle @@ -10,7 +10,7 @@ dependencies { api 'jakarta.platform:jakarta.jakartaee-api:10.0.0' api 'org.eclipse.microprofile:microprofile:7.0' - testImplementation 'org.testcontainers:postgresql:1.20.3' + testImplementation 'org.testcontainers:postgresql:1.20.4' testImplementation 'org.slf4j:slf4j-log4j12:2.0.16' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'