From fc24a06dcd0b0387a7d212155e2877a9910b90c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 10:46:35 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4 in /libcobj 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] --- libcobj/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcobj/app/build.gradle.kts b/libcobj/app/build.gradle.kts index dade2433..10abb7be 100644 --- a/libcobj/app/build.gradle.kts +++ b/libcobj/app/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("com.google.guava:guava:33.4.8-jre") implementation("org.xerial:sqlite-jdbc:3.50.2.0") implementation("commons-cli:commons-cli:1.9.0") - testImplementation("org.junit.jupiter:junit-jupiter:5.13.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher") implementation("org.json:json:20250517") spotbugs("com.github.spotbugs:spotbugs:4.8.6")