You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/02 18:37:17 UTC

[tika] branch branch_1x updated: TIKA-3793: update cxf

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 9536fffba TIKA-3793: update cxf
9536fffba is described below

commit 9536fffbaeb3f60229a3693e1cb0da380b86d5bd
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Jul 2 20:36:49 2022 +0200

    TIKA-3793: update cxf
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ae9324c9c..ee1d2987a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -280,7 +280,7 @@
     <guava.version>31.1-jre</guava.version>
     <osgi.core.version>6.0.0</osgi.core.version>
 
-    <cxf.version>3.5.2</cxf.version>
+    <cxf.version>3.5.3</cxf.version>
     <slf4j.version>1.7.36</slf4j.version>
     <log4j2.version>2.17.2</log4j2.version>
     <jackson.version>2.13.3</jackson.version>