You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/08 20:55:25 UTC

[maven-project-info-reports-plugin] branch more created (now e8ef3f2)

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

elharo pushed a change to branch more
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


      at e8ef3f2  update a couple of test dependencies

This branch includes the following new commits:

     new e8ef3f2  update a couple of test dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-project-info-reports-plugin] 01/01: update a couple of test dependencies

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

    update a couple of test dependencies
---
 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>