Skip to content

Commit a496b4a

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1 in /libcobj (#609)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0ed74b commit a496b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcobj/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("com.google.guava:guava:33.4.0-jre")
3535
implementation("org.xerial:sqlite-jdbc:3.49.1.0")
3636
implementation("commons-cli:commons-cli:1.9.0")
37-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
37+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3939
implementation("org.json:json:20250107")
4040
spotbugs("com.github.spotbugs:spotbugs:4.8.6")

0 commit comments

Comments
 (0)