From ec3d63b3380645dc8e585a5f03b22af7cfcadea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:02:13 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 6.0.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index af83ba4..90f6a40 100644 --- a/build.gradle +++ b/build.gradle @@ -138,8 +138,8 @@ implementation 'org.apache.commons:commons-fileupload2-jakarta-servlet6:2.+' implementation 'org.apache.logging.log4j:log4j-core:2.24.1' implementation 'org.apache.logging.log4j:log4j-jcl:2.24.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0' testImplementation 'org.springframework:spring-test:6.2.+' testImplementation 'org.springframework:spring-web:6.2.+' testImplementation 'org.mockito:mockito-core:5.17.0'