We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281cf8a commit 287d769Copy full SHA for 287d769
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ ktor = "3.0.0-eap-852"
5
hapi = "6.10.2"
6
7
[libraries]
8
-google-gson = {module = "com.google.code.gson:gson", version = "2.10.1"}
+google-gson = {module = "com.google.code.gson:gson", version = "2.12.0"}
9
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
10
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
11
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
0 commit comments