This is an automated email from the ASF dual-hosted git repository.
mkataria pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 30f7101a49 OAK-10003: Upgrade tika to 1.28.5 (#758) (#1047)
30f7101a49 is described below
commit 30f7101a49508c1ea763232f7e5d723944b02d2f
Author: Mohit Kataria <[email protected]>
AuthorDate: Mon Aug 7 10:31:08 2023 +0530
OAK-10003: Upgrade tika to 1.28.5 (#758) (#1047)
---
.../java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java | 6 +++---
oak-it-osgi/src/test/resources/versions.properties | 6 +++---
oak-parent/pom.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
b/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
index 52ce1f2b87..ee2f92c4e5 100644
---
a/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
+++
b/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
@@ -74,7 +74,7 @@ public class TikaExtractionOsgiIT {
public Option[] configuration() throws IOException {
return CoreOptions.options(
junitBundles(),
- mavenBundle( "org.ops4j.pax.logging", "pax-logging-api",
"1.7.2" ),
+ mavenBundle( "org.ops4j.pax.logging", "pax-logging-api",
"2.2.3" ),
frameworkProperty("repository.home").value("target"),
setupTikaAndPoi(),
jpmsOptions()
@@ -116,10 +116,10 @@ public class TikaExtractionOsgiIT {
, wrappedBundle(mavenBundle("org.apache.poi", "poi",
versions.get(POI_VERSION)))
, wrappedBundle(mavenBundle("org.apache.poi",
"poi-scratchpad", versions.get(POI_VERSION)))
, wrappedBundle(mavenBundle("org.apache.poi",
"poi-ooxml", versions.get(POI_VERSION)))
- , wrappedBundle(mavenBundle("org.apache.poi",
"poi-ooxml-schemas", versions.get(POI_VERSION)))
+ , wrappedBundle(mavenBundle("org.apache.poi",
"poi-ooxml-lite", versions.get(POI_VERSION)))
.instructions("DynamicImport-Package=*")
, wrappedBundle(mavenBundle("org.apache.poi",
"ooxml-security", "1.0"))
- , wrappedBundle(mavenBundle("org.apache.xmlbeans",
"xmlbeans", "3.1.0"))
+ , wrappedBundle(mavenBundle("org.apache.xmlbeans",
"xmlbeans", "5.0.3"))
, wrappedBundle(mavenBundle("com.drewnoakes",
"metadata-extractor", "2.6.2"))
, mavenBundle("org.apache.commons",
"commons-collections4", versions.get(COLLECTIONS4_VERSION))
, mavenBundle("org.apache.commons",
"commons-compress", versions.get(COMPRESS_VERSION))
diff --git a/oak-it-osgi/src/test/resources/versions.properties
b/oak-it-osgi/src/test/resources/versions.properties
index 723d25f60d..27b83fb529 100644
--- a/oak-it-osgi/src/test/resources/versions.properties
+++ b/oak-it-osgi/src/test/resources/versions.properties
@@ -15,8 +15,8 @@
# limitations under the License.
#
tika=${tika.version}
-poi=4.0.1
-commons-collections4=4.1
-commons-compress=1.20
+poi=5.2.2
+commons-collections4=4.4
+commons-compress=1.21
commons-lang3=3.12.0
commons-math3=3.6.1
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index bfde850054..c7fa779580 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -61,7 +61,7 @@
<slf4j.version>1.7.36</slf4j.version> <!-- sync with logback version -->
<logback.version>1.2.10</logback.version>
<h2.version>2.1.214</h2.version>
- <tika.version>1.26</tika.version>
+ <tika.version>1.28.5</tika.version>
<guava.version>15.0</guava.version>
<guava.osgi.import>com.google.common.*;version="[15.0,20)"</guava.osgi.import>
<derby.version>10.14.2.0</derby.version>