From 3408d974437c9aeb4df2318775fb0a4543641547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:09:29 +0000 Subject: [PATCH] Bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99de5b32..4ad7243f 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic") testImplementation("org.mockito:mockito-core") - testImplementation("org.testcontainers:junit-jupiter:1.20.2") + testImplementation("org.testcontainers:junit-jupiter:1.20.3") testImplementation("org.testcontainers:testcontainers:1.20.2") testImplementation("org.testcontainers:kafka:1.20.3") testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")