From 339a7c583a1cdcc00f0497bdc47dd26e09a0b1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:43:26 +0000 Subject: [PATCH] Bump testcontainersVersion from 1.20.2 to 1.20.3 Bumps `testcontainersVersion` from 1.20.2 to 1.20.3. Updates `org.testcontainers:junit-jupiter` from 1.20.2 to 1.20.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.20.2...1.20.3) Updates `org.testcontainers:selenium` from 1.20.2 to 1.20.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.20.2...1.20.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:selenium 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 1383ae7..3552171 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ defaultTasks 'clean', 'test' ext { selenideVersion = '7.5.1' - testcontainersVersion = '1.20.2' + testcontainersVersion = '1.20.3' junitVersion = '5.11.3' }