You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/02/14 22:06:07 UTC

[maven-doxia-sitetools] 03/03: [DOXIASITETOOLS-250] Upgrade Commons IO to 2.11.0

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 3748d2e8e75308bfffbe1f764dde176aed60fc8d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Feb 14 23:05:04 2022 +0100

    [DOXIASITETOOLS-250] Upgrade Commons IO to 2.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 62ce380..2681b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@ under the License.
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.11.0</version>
       </dependency>
       <!-- Plexus -->
       <dependency>