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:26 UTC

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

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>