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 c848ee8 commit 9ca7433Copy full SHA for 9ca7433
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ serialization-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization
20
21
exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }
22
exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" }
23
-h2 = { module = "com.h2database:h2", version = "2.1.214" }
+h2 = { module = "com.h2database:h2", version = "2.2.220" }
24
slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.7" }
25
26
sqldelight-runtime = { module = "com.squareup.sqldelight:runtime", version = "1.5.5" }
0 commit comments