We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03ae52 commit 7e96f9fCopy full SHA for 7e96f9f
core/build.gradle.kts
@@ -22,10 +22,10 @@ repositories {
22
}
23
24
dependencies {
25
- compileOnlyApi("com.google.code.gson:gson:2.13.1")
+ compileOnlyApi("com.google.code.gson:gson:2.13.2-rc1")
26
compileOnlyApi("org.jspecify:jspecify:1.0.0")
27
28
- testImplementation("com.google.code.gson:gson:2.13.1")
+ testImplementation("com.google.code.gson:gson:2.13.2-rc1")
29
30
31
publishing {
0 commit comments