File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ dependencyManagement {
225225}
226226
227227def versions = [
228- jackson : ' 2.17.2 ' ,
228+ jackson : ' 2.19.1 ' ,
229229 commons_io : ' 2.18.0'
230230]
231231
@@ -260,8 +260,8 @@ dependencies {
260260 implementation group : ' commons-io' , name : ' commons-io' , version : versions. commons_io
261261 implementation group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 7.17.10'
262262
263- implementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4 '
264- implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0 '
263+ implementation group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.5.0 '
264+ implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.13.1 '
265265
266266 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : versions. jackson
267267 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : versions. jackson
You can’t perform that action at this time.
0 commit comments