From 381884c8582bb78a6debbec05a9a15519315c488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 07:02:49 +0300 Subject: [PATCH] Bump testContainersVersion from 1.17.2 to 1.17.3 in /Plan (#2455) Bumps `testContainersVersion` from 1.17.2 to 1.17.3. Updates `testcontainers` from 1.17.2 to 1.17.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.2...1.17.3) Updates `junit-jupiter` from 1.17.2 to 1.17.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.2...1.17.3) Updates `nginx` from 1.17.2 to 1.17.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.2...1.17.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 8417ec441..cce2ae953 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -97,7 +97,7 @@ subprojects { junitVersion = "5.8.2" mockitoVersion = "4.6.1" - testContainersVersion = "1.17.2" + testContainersVersion = "1.17.3" } repositories {