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.
1 parent da2037d commit 756d208Copy full SHA for 756d208
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
35
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
36
constraints {
37
- implementation("com.google.code.gson:gson:2.12.1") {
+ implementation("com.google.code.gson:gson:2.13.0") {
38
because("CVE-2022-25647")
39
}
40
implementation("org.apache.commons:commons-compress:1.27.1") {
0 commit comments