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.
2 parents 74b0b5c + ecd5392 commit 54b2f81Copy full SHA for 54b2f81
plugins/build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
63
implementation("org.ow2.asm:asm-tree:9.8")
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