File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -66,19 +66,18 @@ ext {
66
66
ext. libraries = [:]
67
67
68
68
ext. versions = [
69
- " commonsCodec" : " 1.15 " ,
70
- " gson" : " 2.8.9 " ,
71
- " guava" : " 32.0.1 -jre" ,
69
+ " commonsCodec" : " 1.19.0 " ,
70
+ " gson" : " 2.13.1 " ,
71
+ " guava" : " 33.4.8 -jre" ,
72
72
" jackson" : " 2.11.2" ,
73
- " launchdarklyJavaSdkCommon" : " 2.1.1 " ,
73
+ " launchdarklyJavaSdkCommon" : " 2.1.2 " ,
74
74
" launchdarklyJavaSdkInternal" : " 1.5.0" ,
75
75
" launchdarklyLogging" : " 1.1.0" ,
76
- " okhttp" : " 4.9.3 " , // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
76
+ " okhttp" : " 4.12.0 " , // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
77
77
" okhttpEventsource" : " 4.1.0" ,
78
78
" reactorCore" :" 3.3.22.RELEASE" ,
79
- " slf4j" : " 1.7.21" ,
80
- " snakeyaml" : " 2.0" ,
81
- " jedis" : " 2.9.0" ,
79
+ " slf4j" : " 1.7.36" ,
80
+ " snakeyaml" : " 2.4" ,
82
81
" annotations" : " 13" // also included transitively with okhttp
83
82
]
84
83
You can’t perform that action at this time.
0 commit comments