You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/09 00:48:12 UTC

[maven-project-info-reports-plugin] branch master updated: update a couple of test dependencies

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 310e3aa  update a couple of test dependencies
310e3aa is described below

commit 310e3aa77f05c1dac1fac0ed35dbed630fdc9e2e
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Mar 8 16:55:09 2020 -0400

    update a couple of test dependencies
    
    Closes #17
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 033a2d8..8fe8625 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,13 +362,13 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.19.0</version>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>