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/31 10:44:12 UTC

[maven-common-artifact-filters] 01/01: update JUnit to 4.13

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

elharo pushed a commit to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git

commit 2fbee9a5caf4810df924a413c042ea70d24cc5ea
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 31 06:43:57 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 099b532..4bf47b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.9</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>