This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new c5a1a60df TIKA-4326: revert update icu4j
c5a1a60df is described below
commit c5a1a60dfa652c625a96b6893712767fae638741
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Oct 25 11:34:47 2024 +0200
TIKA-4326: revert update icu4j
---
tika-parent/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 87d484b1d..6b589591b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -357,7 +357,10 @@
<hdf5.version>1.14.3-1.5.10</hdf5.version>
<httpcomponents.version>4.5.14</httpcomponents.version>
<httpcore.version>4.4.16</httpcore.version>
- <icu4j.version>76.1</icu4j.version>
+ <!-- can't update to 76: "Header authentication failed, please check if
you have a valid ICU data file; data format 4e726d32, format version 4.0.0.0"
+ possibly related to using an "old" lucene version:
https://github.com/eXist-db/exist/issues/1744
+ -->
+ <icu4j.version>75.1</icu4j.version>
<imageio.version>1.4.0</imageio.version>
<jackrabbit.version>2.22.0</jackrabbit.version>
<jackson.version>2.18.0</jackson.version>