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 32a9a35  org.junit.jupiter:junit-jupiter 5.6.1 -> 5.6.2.
32a9a35 is described below

commit 32a9a350c67f1418784fff266d7e7881ca6346ad
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 09:45:02 2020 -0400

    org.junit.jupiter:junit-jupiter 5.6.1 -> 5.6.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 433975f..692bcd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,7 +519,7 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.6.1</version>
+      <version>5.6.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 545e713..c32c403 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,7 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory">Add 
org.apache.commons.lang3.StringUtils.substringAfterLast(String, int).</action>
     <action                   type="update" 
dev="ggregory">org.apache.commons:commons-parent 50 -> 51.</action>
     <action                   type="update" 
dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.6.0.</action>
-    <action                   type="update" 
dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
+    <action                   type="update" 
dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.2.</action>
     <action                   type="update" 
dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.6.</action>
     <action                   type="update" 
dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.34.</action>
     <action                   type="update" 
dev="ggregory">commons.surefire.version 3.0.0-M4 -> 3.0.0-M5..</action>

Reply via email to