This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 31dad7bda70317cd53eeba9e119828baabfe85c0 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat May 1 19:17:47 2021 +0200 Bump commons-io from 2.6 to 2.8.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11ce6e5..c4eea61 100644 --- a/pom.xml +++ b/pom.xml @@ -301,7 +301,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.8.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
