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 2021/04/16 21:14:26 UTC

[maven-shared-utils] 01/01: update to JUnit 4.13.2

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

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

commit 0b6ce051a03224a6583a34f1ef1a73bd70af8696
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 16 17:14:09 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index ce50ec2..7516b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>