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/07/11 15:14:41 UTC

[maven-project-utils] 01/01: update test dependencies

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

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git

commit 34fb4553cb82bbada1fc073e56a890d2df378f68
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jul 11 11:14:22 2020 -0400

    update test dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a1f44b..942871f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,13 +79,13 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.9.5</version>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>