This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 9db59d0b68abc5621a81b32db285e4470956eccf Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Wed Jul 7 11:16:56 2021 +0100 Updating Tika to 1.27 --- distribution/src/main/release/samples/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index f8782f7..41596c2 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -35,7 +35,7 @@ <cxf.jetty9.version>9.4.43.v20210629</cxf.jetty9.version> <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version> <cxf.swagger.ui.version>3.38.0</cxf.swagger.ui.version> - <cxf.tika.version>1.26</cxf.tika.version> + <cxf.tika.version>1.27</cxf.tika.version> <cxf.tomcat.version>9.0.46</cxf.tomcat.version> <graalvm.version>21.1.0</graalvm.version> </properties> diff --git a/parent/pom.xml b/parent/pom.xml index 701d63c..6b0f9a7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -205,7 +205,7 @@ <cxf.swagger.v3.version>2.1.9</cxf.swagger.v3.version> <cxf.swagger2.version>1.6.2</cxf.swagger2.version> <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version> - <cxf.tika.version>1.26</cxf.tika.version> + <cxf.tika.version>1.27</cxf.tika.version> <cxf.tomcat.version>9.0.46</cxf.tomcat.version> <cxf.tomitribe.http.signature.version>1.7</cxf.tomitribe.http.signature.version> <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
