From 3ed9e376b9d879a7524b4cac01e5eea8df33c058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:47:04 +0000 Subject: [PATCH] Bump versions.testContainers from 1.19.1 to 1.19.2 Bumps `versions.testContainers` from 1.19.1 to 1.19.2. Updates `org.testcontainers:mongodb` from 1.19.1 to 1.19.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.19.1...1.19.2) Updates `org.testcontainers:mysql` from 1.19.1 to 1.19.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.19.1...1.19.2) Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.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.19.1...1.19.2) --- updated-dependencies: - dependency-name: org.testcontainers:mongodb dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:mysql dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 381dfc64..372b5285 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { mysql : '8.0.33', // test dependencies: jsonAssert : '1.5.1', - testContainers : '1.19.1', + testContainers : '1.19.2', hikaricp : '5.0.1', spock : '2.3-groovy-4.0' ]