You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2021/03/15 20:14:12 UTC

[openwebbeans] branch master updated: upgrade junit

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e14e10  upgrade junit
8e14e10 is described below

commit 8e14e10a33627ab10e89e6fd2947ec625d4df2bf
Author: Mark Struberg <st...@apache.org>
AuthorDate: Mon Mar 15 21:10:58 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 54a58ac..77503e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -725,7 +725,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.13.1</version>
+                <version>4.13.2</version>
                 <scope>test</scope>
             </dependency>