From c2896b7e068afe4c1fbe372664555831ad73ff03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:12:44 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.4 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 0d77a82..f045456 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.13.3' + testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' // https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'