Skip to content

Commit 9170cfd

Browse files
Update Tools - Data Processing (#1599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99eaca0 commit 9170cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ dependencyManagement {
225225
}
226226

227227
def 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

0 commit comments

Comments
 (0)