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 2021/05/02 12:42:27 UTC

[maven-artifact-transfer] 01/03: Bump junit from 4.13.1 to 4.13.2

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

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

commit 98eaa5728b7d27250dd16f41db06b50c42203604
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 14:38:11 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 2e3aba6..78479d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,7 +239,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>