From 09ed4fdc46e36382ac3cb96010ffeb0b8e127268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:31:32 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.3 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 3faffa3..f80ea11 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.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3' // https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'