Skip to content

Commit bb8905d

Browse files
committed
fix: upgraded kts sdk gson to 2.12.1 to fix CVE-2022-25647
1 parent 27a4192 commit bb8905d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation("com.google.http-client:google-http-client-gson")
4444

4545
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
46-
implementation("com.google.code.gson:gson:2.8.5")
46+
implementation("com.google.code.gson:gson:2.12.1")
4747

4848
testImplementation("org.junit.jupiter:junit-jupiter-api:5.3.1")
4949
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.3.1")

0 commit comments

Comments
 (0)