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-io.git
commit bc66ad5eb0f4d018ce3507d48f961c5ede4a6835 Author: Gary Gregory <[email protected]> AuthorDate: Sat Oct 17 14:21:56 2020 -0400 Update maven-surefire-plugin from 2.22.2 to 3.0.0-M5. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca23063..4ec3208 100644 --- a/pom.xml +++ b/pom.xml @@ -303,7 +303,7 @@ file comparators, endian transformation classes, and much more. <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version> <commons.jacoco.version>0.8.6</commons.jacoco.version> - <commons.surefire.version>2.22.2</commons.surefire.version> + <commons.surefire.version>3.0.0-M5</commons.surefire.version> <commons.japicmp.version>0.14.3</commons.japicmp.version> <spotbugs.plugin.version>4.1.3</spotbugs.plugin.version> <spotbugs.impl.version>4.1.4</spotbugs.impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d097ce8..efae72e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,6 +101,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump actions/setup-java from v1.4.2 to v1.4.3 #160. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Update maven-surefire-plugin from 2.22.2 to 3.0.0-M5. + </action> </release> <!-- The release date is the date RC is cut --> <release version="2.8.0" date="2020-09-05" description="Java 8 required.">
