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/04/26 12:35:36 UTC

[maven-resolver] 01/01: update JUnit

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

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

commit 52c9863bfac86707744106b506bd5c5ba8cb8bc3
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Apr 26 08:35:22 2020 -0400

    update JUnit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5c2e82..2f32ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13</version>
         <scope>test</scope>
       </dependency>
       <dependency>