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 f14fc0e commit 4ed7bfaCopy full SHA for 4ed7bfa
plugins/build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
63
implementation("org.ow2.asm:asm-tree:9.5")
64
implementation("org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r")
65
implementation(libs.kotlinx.serialization.json)
66
- implementation("com.google.code.gson:gson:2.8.9")
+ implementation("com.google.code.gson:gson:2.13.1")
67
implementation(libs.android.gradlePlugin.gradle)
68
implementation(libs.android.gradlePlugin.builder.test.api)
69
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.3") {
0 commit comments