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/03 21:23:13 UTC

[maven-site-plugin] 01/03: Bump junit to 4.13.2

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

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

commit 39b44d2e40fad09d97259238488a670b509187dc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Apr 3 23:11:39 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 71696c3..1306104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,7 +502,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>