| commit | 1712d3f5ac50e6d55b97fbe98a64cc25bae6c07f | [log] [tgz] |
|---|---|---|
| author | Jörg Hoh <joerghoh@users.noreply.github.com> | Mon Oct 28 10:44:20 2024 +0100 |
| committer | GitHub <noreply@github.com> | Mon Oct 28 10:44:20 2024 +0100 |
| tree | b8506d076fe828fd4218a2e3a7af90a2478cac5b | |
| parent | 75e62e657fc0b2dbbc90287cba23a24116152fce [diff] |
Update commons-io dependency to 2.14.0 (#49)
diff --git a/pom.xml b/pom.xml index 2d953a1..973a4ab 100644 --- a/pom.xml +++ b/pom.xml
@@ -178,7 +178,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.14.0</version> <scope>provided</scope> </dependency> <dependency>