You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/07/17 18:18:57 UTC

[creadur-rat] 06/18: RAT-283: Update to latest commons-io

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 06802d3b3f57345a5578632050b271a744d4ba24
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Jul 15 19:39:39 2021 +0200

    RAT-283: Update to latest commons-io
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba8bc79..e8b7a2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.8.0</version>
+        <version>2.11.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>