You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/22 14:33:35 UTC

[commons-lang] 01/06: junit-jupiter 5.5.0 -> 5.5.1.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 561fc60c635e6a9a097bea30412603ad3a862e73
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 22 10:17:00 2019 -0400

    junit-jupiter 5.5.0 -> 5.5.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a19f591..007bd55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,7 +513,7 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.5.0</version>
+      <version>5.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>