We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487422 commit fbbed0bCopy full SHA for fbbed0b
libcobj/app/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation("com.google.guava:guava:33.5.0-jre")
35
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
36
implementation("commons-cli:commons-cli:1.10.0")
37
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
38
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
39
implementation("org.json:json:20250517")
40
spotbugs("com.github.spotbugs:spotbugs:4.8.6")
0 commit comments