We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c7c13 commit 909b438Copy full SHA for 909b438
libcobj/app/build.gradle.kts
@@ -32,7 +32,7 @@ tasks {
32
33
dependencies {
34
implementation("com.google.guava:guava:33.3.1-jre")
35
- implementation("org.xerial:sqlite-jdbc:3.47.0.0")
+ implementation("org.xerial:sqlite-jdbc:3.47.1.0")
36
implementation("commons-cli:commons-cli:1.9.0")
37
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
38
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments