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