From f49d0006d68a033f42d759d76ed0093eeb954285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:56:20 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.14.0 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.12.2 to 5.14.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.12.2...r5.14.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.0 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 5c8b37a..1fa950a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter - testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0' // https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'