From c9c025c909d422bed7451fc406f9f1b0d5d2482f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:14:15 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:postgresql Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- run/springboot-cloudsql/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/springboot-cloudsql/build.gradle.kts b/run/springboot-cloudsql/build.gradle.kts index 700a75846..ce4b5c314 100644 --- a/run/springboot-cloudsql/build.gradle.kts +++ b/run/springboot-cloudsql/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.testcontainers:postgresql:1.19.5") + testImplementation("org.testcontainers:postgresql:1.19.6") testImplementation("org.testcontainers:r2dbc:1.19.6") developmentOnly("org.springframework.boot:spring-boot-devtools")