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-email.git
commit 11bce5cce6682d8725fd231b7ff2033c01017bd9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 12 08:11:12 2022 -0500 Bump commons-io:commons-io from 2.8.0 to 2.11.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 32a9954..0774269 100644 --- a/pom.xml +++ b/pom.xml @@ -262,7 +262,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.11.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cafb426..5156232 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,7 +66,7 @@ Update from Java 7 to 8. </action> <action type="update" due-to="Gary Gregory"> - Update tests from Apache Commons IO 2.6 to 2.8.0. + Bump tests commons-io:commons-io 2.6 to 2.11.0. </action> <action type="update" due-to="Dependabot" dev="ggregory"> Bump actions/cache from v2 to v2.1.6 #39, #48.