You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/05/23 13:07:12 UTC

[tika] 01/03: TIKA-3770 -- general upgrades for 1.28.3

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 9e70418b78c0b7c02ad112f143c40498da72f3f7
Author: tallison <ta...@apache.org>
AuthorDate: Wed May 18 10:10:27 2022 -0400

    TIKA-3770 -- general upgrades for 1.28.3
---
 tika-bundle/pom.xml    | 4 ++--
 tika-example/pom.xml   | 2 +-
 tika-nlp/pom.xml       | 2 +-
 tika-parent/pom.xml    | 3 +--
 tika-parsers/pom.xml   | 6 +++---
 tika-server/pom.xml    | 2 +-
 tika-translate/pom.xml | 2 +-
 7 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 86b3dc991..8b962e273 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.service.cm</artifactId>
-      <version>1.6.0</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
 
@@ -166,7 +166,7 @@
 	<dependency>
 	    <groupId>com.sun.xml.fastinfoset</groupId>
 	    <artifactId>FastInfoset</artifactId>
-	    <version>2.0.0</version>
+	    <version>2.1.0</version>
 	    <scope>test</scope>
 	</dependency>
   </dependencies>
diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index 8a0e5990d..21dd53c8f 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.3.19</version>
+      <version>5.3.20</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
diff --git a/tika-nlp/pom.xml b/tika-nlp/pom.xml
index ea1868a00..d1be8a351 100644
--- a/tika-nlp/pom.xml
+++ b/tika-nlp/pom.xml
@@ -203,7 +203,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.databind.version}</version>
+      <version>${jackson.version}</version>
       <exclusions>
         <exclusion>
           <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 9d9994c98..68d8cde55 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -283,8 +283,7 @@
     <cxf.version>3.5.2</cxf.version>
     <slf4j.version>1.7.36</slf4j.version>
     <log4j2.version>2.17.2</log4j2.version>
-    <jackson.version>2.13.2</jackson.version>
-    <jackson.databind.version>2.13.2.2</jackson.databind.version>
+    <jackson.version>2.13.3</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server.
          Until then, DO NOT go above 2.x unless you know what you're doing.
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index fdcb1d705..62c4c7e0b 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -170,7 +170,7 @@
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.5.2-2</version>
+      <version>1.5.2-3</version>
       <scope>provided</scope>
     </dependency>
 
@@ -879,7 +879,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-core</artifactId>
-      <version>3.2.0</version>
+      <version>3.3.0</version>
       <scope>provided</scope>
       <exclusions>
         <exclusion>
@@ -900,7 +900,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.databind.version}</version>
+      <version>${jackson.version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 25fb3f92d..76d3906cd 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -29,7 +29,7 @@
   <url>http://tika.apache.org/</url>
 
   <properties>
-    <cxf.micrometer.version>1.8.5</cxf.micrometer.version>
+    <cxf.micrometer.version>1.9.0</cxf.micrometer.version>
     <micrometer-extras.version>0.2.2</micrometer-extras.version>
   </properties>
 
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 79bbbb6cf..ee37f9bd9 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -94,7 +94,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.databind.version}</version>
+      <version>${jackson.version}</version>
     </dependency>
 
     <!-- Test dependencies -->