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/05/11 15:04:30 UTC

[maven-shared-io] 01/01: deps: update to JUnit 4.13

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

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit d943e47a2ab1e0d214879de41ec59c0c39b13a8c
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon May 11 11:04:24 2020 -0400

    deps: update to JUnit 4.13
    
    @ilavallee
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a616f9..25e7c15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>