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 818cb21 commit b053388Copy full SHA for b053388
scalabot-app/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
28
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
29
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
30
- implementation("com.google.code.gson:gson:2.10.1")
+ implementation("com.google.code.gson:gson:2.11.0")
31
32
implementation("org.jdom:jdom2:2.0.6.1")
33
scalabot-meta/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
17
implementation("org.telegram:telegrambots-meta:8.0.0")
18
19
- api("com.google.code.gson:gson:2.10.1")
+ api("com.google.code.gson:gson:2.11.0")
20
21
testImplementation(kotlin("test"))
22
testImplementation("io.mockk:mockk:1.13.13")
0 commit comments