From 19a8fdcbad5a85b600d49d054d066d94cf6bd52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:05:29 +0000 Subject: [PATCH] Bump org.testcontainers:postgresql in /spring-boot-jpa-starter Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 1.21.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.21.3...1.21.4) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-jpa-starter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index ac6bf98a..8dd03ab4 100644 --- a/spring-boot-jpa-starter/build.gradle +++ b/spring-boot-jpa-starter/build.gradle @@ -9,5 +9,5 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa' testImplementation("org.postgresql:postgresql:42.7.8") - testImplementation("org.testcontainers:postgresql:1.21.3") + testImplementation("org.testcontainers:postgresql:1.21.4") }