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/09/11 13:17:50 UTC

[commons-lang] branch master updated: [test] junit-jupiter 5.5.1 -> 5.5.2.

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


The following commit(s) were added to refs/heads/master by this push:
     new f83d6e3  [test] junit-jupiter 5.5.1 -> 5.5.2.
f83d6e3 is described below

commit f83d6e3fe00723b5a76f47709967ef3c0d9861fa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 11 09:17:46 2019 -0400

    [test] junit-jupiter 5.5.1 -> 5.5.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4d683e..2a5b1d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,7 +516,7 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.5.1</version>
+      <version>5.5.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ed0db0..2f70c0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1487" type="add" dev="ggregory" due-to="Gary Gregory">Add ClassLoaderUtils with toString() implementations #453.</action>
     <action issue="LANG-1489" type="add" dev="ggregory" due-to="Gary Gregory">Add null-safe APIs as StringUtils.toRootLowerCase(String) and StringUtils.toRootUpperCase(String) #456.</action>
     <action issue="LANG-1406" type="add" dev="ggregory" due-to="geratorres">StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase #423.</action>
+    <action                   type="update" dev="ggregory">junit-jupiter 5.5.1 -> 5.5.2.</action>
   </release>
 
   <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">