You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/01/24 21:09:14 UTC

[maven-surefire] branch master updated: JUnit 4.13.1

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new f14fa54  JUnit 4.13.1
f14fa54 is described below

commit f14fa54b9eba073c8c896a829fac1c2037b34222
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sun Jan 24 22:08:48 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 2e8755b..93e20af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
       </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>