You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/24 00:31:03 UTC

[maven-changes-plugin] 01/04: Bump junit from 4.12 to 4.13.1

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 0053720884f295ecd04ad2fc2234c43eea330796
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Dec 24 00:11:28 2020 +0100

    Bump junit from 4.12 to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bef724..fd95100 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>