You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/02 07:36:27 UTC

[maven-javadoc-plugin] 13/13: Bump commons-io from 2.6 to 2.8.0

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 <sl...@apache.org>
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>