Skip to content

Commit dc1ff78

Browse files
Bump GSON version to 2.9.1 to get rid of a vulnerability (#29)
This is the vuln: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25647
1 parent 7a24861 commit dc1ff78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jazon-core/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ext {
66
apply from: '../gradle/publishing.gradle'
77

88
dependencies {
9-
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
9+
compile group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
1010

1111
compileOnly 'org.projectlombok:lombok:1.18.12'
1212
annotationProcessor 'org.projectlombok:lombok:1.18.12'
1313

1414
testCompile group: 'org.spockframework', name: 'spock-core', version: '1.2-groovy-2.4'
15-
}
15+
}

0 commit comments

Comments
 (0)