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 <[email protected]> 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>
