@@ -120,7 +120,7 @@ dependencies {
120
120
compileOnly group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
121
121
compileOnly group : ' com.google.guava' , name : ' failureaccess' , version :' 1.0.1'
122
122
implementation group : ' org.apache.commons' , name : ' commons-math3' , version : ' 3.6.1'
123
- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.9 '
123
+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0 '
124
124
implementation group : ' com.yahoo.datasketches' , name : ' sketches-core' , version : ' 0.13.4'
125
125
implementation group : ' com.yahoo.datasketches' , name : ' memory' , version : ' 0.12.2'
126
126
implementation group : ' commons-lang' , name : ' commons-lang' , version : ' 2.6'
@@ -222,7 +222,7 @@ configurations.all {
222
222
force " org.objenesis:objenesis:3.3"
223
223
force " net.bytebuddy:byte-buddy:1.15.10"
224
224
force " net.bytebuddy:byte-buddy-agent:1.15.10"
225
- force " com.google.code.gson:gson:2.8.9 "
225
+ force " com.google.code.gson:gson:2.11.0 "
226
226
force " junit:junit:4.13.2"
227
227
228
228
force " com.google.guava:guava:32.1.3-jre" // CVE for 31.1
0 commit comments