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/04/10 09:47:43 UTC

[maven-shared-io] 02/02: Bump junit from 4.13 to 4.13.2

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-shared-io.git

commit 49c3a65e3934890be09e620fc2e3306e0018c9f6
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Apr 10 11:47:31 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8bf6805..b3190c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>