From 6175b70b9d7f8030564225c3c0898faf2c726783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:11:44 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:junit-jupiter from 1.19.8 to 1.20.0 Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.0. - [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.8...1.20.0) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter 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 b7be77f..7c406a7 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest" testImplementation "org.hamcrest:hamcrest-library" testImplementation "org.testcontainers:testcontainers:1.19.8" - testImplementation "org.testcontainers:junit-jupiter:1.19.8" + testImplementation "org.testcontainers:junit-jupiter:1.20.0" testImplementation "org.testcontainers:solace:1.19.8" }