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 bb2573923ec0eb54561dbb0077d7d82bec804e9e
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jul 15 21:57:03 2021 +0200

    RAT-283: Extract property for mockito version
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8857bcf..f341bf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@ agnostic home for software distribution comprehension and 
audit tools.
   <inceptionYear>2006</inceptionYear>
   <properties>
     <ant.version>1.10.11</ant.version>
+    <mockito.version>3.11.2</mockito.version>
     <javaVersion>1.8</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
@@ -107,13 +108,13 @@ agnostic home for software distribution comprehension and 
audit tools.
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.11.2</version>
+        <version>${mockito.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-all</artifactId>
-        <version>3.11.2</version>
+        <version>${mockito.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>

Reply via email to