From dc6c1c01dfb0a23a6cbd7feacd009c8c22072e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:54:01 +0000 Subject: [PATCH] Bump org.testcontainers:postgresql from 1.20.1 to 1.20.2 Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [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.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 44c331a..f74c35a 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -66,7 +66,7 @@ dependencies { // Implementation dependencies // https://mvnrepository.com/artifact/org.testcontainers/postgresql - implementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.1' + implementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.2' // https://mvnrepository.com/artifact/org.flywaydb/flyway-database-postgresql implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.19.0'