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 2021/05/27 12:41:36 UTC

[commons-pool] branch master updated: JUnit 5.7.2 -> 5.8.0-M1.

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new dfd097b  JUnit 5.7.2 -> 5.8.0-M1.
dfd097b is described below

commit dfd097be804d155997369825e0c9dfc9f536a98c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 27 08:41:33 2021 -0400

    JUnit 5.7.2 -> 5.8.0-M1.
---
 pom.xml                 | 3 ++-
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32bd70e..978c3f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <commons.japicmp.version>0.15.2</commons.japicmp.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
-    <junit.version>5.7.2</junit.version>
+    <junit.version>5.8.0-M1</junit.version>
     <spotbugs.skip>false</spotbugs.skip>
   </properties> 
 
@@ -455,6 +455,7 @@
     </profile>
     <profile>
       <id>java16</id>
+      <!-- For testing with CGLIB on Java 16 and 17-ea. -->
       <activation>
         <jdk>[16,)</jdk>
       </activation>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e9f11a..0299dca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,8 +102,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump spotbugs from 4.2.1 to 4.2.3 #68, #73, #74.
     </action>
-    <action dev="ggregory" type="update" due-to="Dependabot">
-      Bump junit-bom from 5.7.1 to 5.7.2 #76.
+    <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+      Bump junit-bom from 5.7.1 to 5.8.0-M1 #76.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump maven-bundle-plugin from 5.1.1 to 5.1.2 #70.