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/05/18 18:21:56 UTC

[tika] branch branch_1x updated: TIKA-3770: update some build plugins and mockito

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 0ea30194d TIKA-3770: update some build plugins and mockito
0ea30194d is described below

commit 0ea30194d0768a24118c6e09d60c2e56e729091f
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed May 18 20:21:32 2022 +0200

    TIKA-3770: update some build plugins and mockito
---
 tika-parent/pom.xml | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 9d9994c98..b3e179115 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -260,13 +260,13 @@
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <project.build.outputTimestamp>1</project.build.outputTimestamp>
     <!-- plugin versions -->
-    <forbiddenapis.version>3.1</forbiddenapis.version>
+    <forbiddenapis.version>3.2</forbiddenapis.version>
     <groovy.maven.version>2.1.1</groovy.maven.version>
     <maven.antrun.version>1.8</maven.antrun.version>
     <maven.assembly.version>3.3.0</maven.assembly.version>
     <maven.bundle.version>5.1.1</maven.bundle.version>
     <maven.failsafe.version>2.22.2</maven.failsafe.version>
-    <maven.javadoc.version>3.1.1</maven.javadoc.version>
+    <maven.javadoc.version>3.3.1</maven.javadoc.version>
     <maven.scr.version>1.26.4</maven.scr.version>
     <maven.surefire.version>3.0.0-M4</maven.surefire.version>
     <maven.shade.version>3.2.4</maven.shade.version>
@@ -292,7 +292,7 @@
     <jaxb.version>2.3.5</jaxb.version>
     <cli.version>1.5.0</cli.version>
     <lucene.version>8.11.1</lucene.version>
-    <mockito.version>3.11.2</mockito.version>
+    <mockito.version>4.5.1</mockito.version>
     <lombok.version>1.18.22</lombok.version>
     <opennlp.version>1.9.4</opennlp.version>
     <xerces.version>2.12.2</xerces.version>
@@ -404,7 +404,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
+        <version>3.10.1</version>
         <configuration>
           <source>${maven.compiler.source}</source>
           <target>${maven.compiler.target}</target>
@@ -417,15 +417,25 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.10.0</version>
         <configuration>
           <generateBackupPoms>false</generateBackupPoms>
         </configuration>
+        <executions>
+            <execution>
+                <phase>install</phase>
+                <goals>
+                    <goal>display-plugin-updates</goal>
+                    <goal>display-dependency-updates</goal>
+                    <goal>display-property-updates</goal>
+                </goals>
+            </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.sonatype.ossindex.maven</groupId>
         <artifactId>ossindex-maven-plugin</artifactId>
-        <version>3.1.0</version>
+        <version>3.2.0</version>
         <configuration>
           <fail>false</fail>
         </configuration>