From b21e42e55e0db48542f1df56c7b925b43c97bafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:52:25 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 5adebc5..9e35083 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -30,7 +30,7 @@ dependencies { javactrl 'io.github.javactrl:javactrl-core:1.0.2' implementation 'org.apache.kafka:kafka-streams:3.9.0' implementation 'org.slf4j:slf4j-api:2.0.13' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.9.0' testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.2' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'