Skip to content

Commit

Permalink
Bump GSON version to 2.9.1 to get rid of a vulnerability (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-mikolajczyk authored Oct 1, 2022
1 parent 7a24861 commit dc1ff78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jazon-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ext {
apply from: '../gradle/publishing.gradle'

dependencies {
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
compile group: 'com.google.code.gson', name: 'gson', version: '2.9.1'

compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'

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

0 comments on commit dc1ff78

Please sign in to comment.