From 4a1b4d82e78bce3dfb24d39088e6f9c91cd4548a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:18:20 +0000 Subject: [PATCH] Bump org.testcontainers:postgresql from 1.19.3 to 1.19.5 Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.19.5. - [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.19.3...1.19.5) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48497ee..83c736a 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'ch.qos.logback:logback-classic:1.4.8' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' - testImplementation 'org.testcontainers:postgresql:1.19.3' + testImplementation 'org.testcontainers:postgresql:1.19.5' } tasks.named('test') {