From c9bfbea25d3a3710e4e408edde83cf9a5439707f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:34:03 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 6.0.2 to 6.1.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.1.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.1.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.3 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 fb7c606..15b969c 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.20.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.3' testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.springframework:spring-test:6.2.19' testImplementation 'io.projectreactor:reactor-test:3.8.6'