Skip to content

Commit b2aa5a6

Browse files
Update tika version (#1163)
* Resolve Tika backport conflicts * More dependency version bumps * New JSoup needed for correct HTML indexing --------- Co-authored-by: Marty Pradere <[email protected]>
1 parent 3c19124 commit b2aa5a6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ apacheTomcatVersion=10.1.44
104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm
106106
# tika
107-
asmVersion=9.7.1
107+
asmVersion=9.8
108108

109109
# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
110110
batikVersion=1.18
@@ -125,7 +125,7 @@ commonsBeanutilsVersion=1.11.0
125125
commonsCodecVersion=1.17.1
126126
commonsCollections4Version=4.4
127127
commonsCollectionsVersion=3.2.2
128-
commonsCompressVersion=1.27.1
128+
commonsCompressVersion=1.28.0
129129
commonsDbcpVersion=1.4
130130
commonsDigesterVersion=1.8.1
131131
commonsDiscoveryVersion=0.2
@@ -230,7 +230,7 @@ jsr305Version=3.0.2
230230

231231
orgJsonVersion=20250107
232232

233-
jsoupVersion=1.18.3
233+
jsoupVersion=1.21.1
234234

235235
junitVersion=4.13.2
236236

@@ -259,7 +259,7 @@ opencsvVersion=2.3
259259
openTracingVersion=0.33.0
260260

261261
# sync with version Tika ships
262-
pdfboxVersion=3.0.3
262+
pdfboxVersion=3.0.4
263263

264264
# sync with version Tika ships
265265
poiVersion=5.4.0
@@ -282,9 +282,9 @@ romeVersion=2.1.0
282282
servletApiVersion=6.0.0
283283

284284
# this version is forced for compatibility with pipeline and tika
285-
slf4jLog4j12Version=2.0.16
285+
slf4jLog4j12Version=2.0.17
286286
# this version is forced for compatibility with api, LDK, and workflow
287-
slf4jLog4jApiVersion=2.0.16
287+
slf4jLog4jApiVersion=2.0.17
288288

289289
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
290290
snappyJavaVersion=1.1.10.7
@@ -302,7 +302,7 @@ stax2ApiVersion=4.2.2
302302
thumbnailatorVersion=0.4.20
303303

304304
# used for tika-core in API and tika-parsers in search
305-
tikaVersion=3.0.0
305+
tikaVersion=3.2.2
306306

307307
# sync with Tika
308308
tukaaniXZVersion=1.10

0 commit comments

Comments
 (0)