Skip to content

Commit 6eb6d41

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 in /libcobj (#619)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.2 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 0ed0f18 commit 6eb6d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcobj/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("com.google.guava:guava:33.4.7-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.1")
37+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
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)