We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ed74b commit 72d2b8bCopy full SHA for 72d2b8b
libcobj/app/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation("com.google.guava:guava:33.4.0-jre")
35
implementation("org.xerial:sqlite-jdbc:3.49.1.0")
36
implementation("commons-cli:commons-cli:1.9.0")
37
- testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
38
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
39
implementation("org.json:json:20250107")
40
spotbugs("com.github.spotbugs:spotbugs:4.8.6")
0 commit comments