We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bdfe11 + c735899 commit 9098d82Copy full SHA for 9098d82
common/build.gradle.kts
@@ -4,7 +4,7 @@ repositories {
4
5
dependencies {
6
// gson
7
- api("com.google.code.gson:gson:2.9.1")
+ api("com.google.code.gson:gson:2.10.1")
8
compileOnlyApi("org.jetbrains:annotations:24.0.0")
9
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
10
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
0 commit comments