You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/07/17 18:19:04 UTC

[creadur-rat] 13/18: RAT-283: Update mockito deps and extract javadoc plugin property

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 9939d417416993c2c569d4914c4fe8486e1b5f9c
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Jul 15 21:56:03 2021 +0200

    RAT-283: Update mockito deps and extract javadoc plugin property
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18f2e88..8857bcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@ agnostic home for software distribution comprehension and audit tools.
     <!-- maven plugin versions -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
     <mavenChangesVersion>2.12.1</mavenChangesVersion>
+    <mavenJavadocPluginVersion>3.1.1<mavenJavadocPluginVersion>
     <previousRatVersion>0.13</previousRatVersion>
   </properties>
   <dependencyManagement>
@@ -112,13 +113,13 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-all</artifactId>
-        <version>1.10.19</version>
+        <version>3.11.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>
         <artifactId>hamcrest-library</artifactId>
-        <version>1.3</version>
+        <version>2.5</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -178,7 +179,7 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.1.1</version>
+        <version>${mavenJavadocPluginVersion}</version>
         <configuration>
           <tags>
             <tag>
@@ -278,7 +279,7 @@ agnostic home for software distribution comprehension and audit tools.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>${mavenJavadocPluginVersion}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>