Skip to content

Commit 959a9de

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.51.0.0
1 parent aaff768 commit 959a9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
1919
coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
2020
coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "coroutines" }
2121
serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.9.0" }
22-
xerial-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.50.3.0" }
22+
xerial-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.51.0.0" }
2323
logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.18" }
2424
hsql = { group = "org.hsqldb", name = "hsqldb", version = "2.7.4" }
2525
poi = { group = "org.apache.poi", name = "poi-ooxml", version = "5.4.1" }

0 commit comments

Comments
 (0)