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 58c5ee0 commit eb0bd46Copy full SHA for eb0bd46
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-
20
coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "coroutines" }
21
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" }
23
-logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.18" }
+logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.20" }
24
hsql = { group = "org.hsqldb", name = "hsqldb", version = "2.7.4" }
25
poi = { group = "org.apache.poi", name = "poi-ooxml", version = "5.4.1" }
26
excelkt = { group = "io.github.evanrupert", name = "excelkt", version = "1.0.2" }
0 commit comments