From cb03198c97950a90fe32c38f2ec49e07729ad5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:45:19 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:postgresql in /grails-forge Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.20.1 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.20.1...1.21.4) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- grails-testing-support-dbcleanup-postgresql/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-testing-support-dbcleanup-postgresql/build.gradle b/grails-testing-support-dbcleanup-postgresql/build.gradle index 3644ad14619..8d8d9c43ef8 100644 --- a/grails-testing-support-dbcleanup-postgresql/build.gradle +++ b/grails-testing-support-dbcleanup-postgresql/build.gradle @@ -49,8 +49,8 @@ dependencies { testImplementation 'org.apache.groovy:groovy' testImplementation 'org.postgresql:postgresql' - testImplementation 'org.testcontainers:postgresql:1.20.1' - testImplementation 'org.testcontainers:testcontainers:1.20.1' + testImplementation 'org.testcontainers:postgresql:1.21.4' + testImplementation 'org.testcontainers:testcontainers:1.21.4' testImplementation 'org.slf4j:slf4j-simple' testRuntimeOnly 'net.bytebuddy:byte-buddy' }