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 2023/06/10 17:28:17 UTC

[tika] branch main updated: TIKA-4064: update build plugins, cxf, aws

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 57d29fb66 TIKA-4064: update build plugins, cxf, aws
57d29fb66 is described below

commit 57d29fb6633a3c65fd40a29b93287f4d4695727d
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Jun 10 19:28:00 2023 +0200

    TIKA-4064: update build plugins, cxf, aws
---
 tika-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b1ff5394a..c5446e728 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -287,18 +287,18 @@
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <project.build.outputTimestamp>1683833205</project.build.outputTimestamp>
     <!-- plugin versions -->
-    <checkstyle.plugin.version>3.2.2</checkstyle.plugin.version>
+    <checkstyle.plugin.version>3.3.0</checkstyle.plugin.version>
     <forbiddenapis.version>3.5.1</forbiddenapis.version>
     <groovy.maven.version>2.1.1</groovy.maven.version>
     <maven.antrun.version>3.1.0</maven.antrun.version>
     <maven.assembly.version>3.5.0</maven.assembly.version>
-    <maven.bundle.version>5.1.8</maven.bundle.version>
+    <maven.bundle.version>5.1.9</maven.bundle.version>
     <maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
     <maven.failsafe.version>3.0.0</maven.failsafe.version>
     <maven.javadoc.version>3.5.0</maven.javadoc.version>
     <maven.jar.version>3.3.0</maven.jar.version>
     <maven.scr.version>1.26.4</maven.scr.version>
-    <maven.surefire.version>3.1.0</maven.surefire.version>
+    <maven.surefire.version>3.1.2</maven.surefire.version>
     <maven.shade.version>3.4.1</maven.shade.version>
     <!-- need above java 8 for 10.[0-2] -->
     <puppycrawl.version>9.3</puppycrawl.version>
@@ -306,7 +306,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.22.4</google.cloud.version>
-    <aws.version>1.12.485</aws.version>
+    <aws.version>1.12.486</aws.version>
     <asm.version>9.5</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
@@ -326,7 +326,7 @@
     <commons.net.version>3.9.0</commons.net.version>
     <commons.fileupload.version>1.5</commons.fileupload.version>
     <ctakes.version>4.0.0.1</ctakes.version>
-    <cxf.version>3.5.5</cxf.version>
+    <cxf.version>3.5.6</cxf.version>
     <ddplist.version>1.27</ddplist.version>
     <dl4j.version>1.0.0-M2</dl4j.version>
     <!-- fakeload versions &gt; 0.4.0 require java > 8 -->