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/12/12 15:45:55 UTC

[commons-dbcp] branch master updated: Update tests from junit-jupiter 5.5.1 to 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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e51d0f  Update tests from junit-jupiter 5.5.1 to 5.5.2.
5e51d0f is described below

commit 5e51d0fc38dc65e601a9c0c72e48c1ffbc6fa758
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 12 10:45:52 2019 -0500

    Update tests from junit-jupiter 5.5.1 to 5.5.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7a90232..5d09ebd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,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>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f3742a..3c2d1e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from narayana-jta 5.9.5.Final to 5.10.1.Final.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from junit-jupiter 5.5.1 to 5.5.2.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->