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
The following commit(s) were added to refs/heads/master by this push: new b58b082 Bump JUnit from 5.7.2 to 5.8.0-M1. b58b082 is described below commit b58b082bf9662b647092d4ce91889227392f76a7 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Jul 12 18:29:10 2021 -0400 Bump JUnit from 5.7.2 to 5.8.0-M1. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 788d805..514dc54 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> - <version>5.7.2</version> + <version>5.8.0-M1</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aafd5e6..e97443f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -109,6 +109,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #250. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump JUnit from 5.7.2 to 5.8.0-M1. + </action> </release> <release version="2.11.0" date="2021-07-09" description="Java 8 required."> <!-- FIX -->