From bd1ae2e7f15f48fb6c846086d68d052a5dde3bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 05:03:44 +0000 Subject: [PATCH] Bump org.testcontainers:postgresql from 1.17.2 to 1.18.3 Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.17.2 to 1.18.3. - [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.17.2...1.18.3) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d773362..ccf6673 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { //tests testImplementation 'junit:junit:4.+' - testImplementation 'org.testcontainers:postgresql:1.17.2' + testImplementation 'org.testcontainers:postgresql:1.18.3' }