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 <gardgreg...@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>