Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.46.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent fcac215 commit 9e52844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "coroutines" }
serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.3" }
xerial-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.46.1.0" }
xerial-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.46.1.3" }
logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.8" }
hsql = { group = "org.hsqldb", name = "hsqldb", version = "2.7.3" }
poi = { group = "org.apache.poi", name = "poi-ooxml", version = "5.3.0" }
Expand Down

0 comments on commit 9e52844

Please sign in to comment.