diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-10-10 10:13:53 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-10-10 10:13:53 +0100 |
commit | 890cbb3da122d48871b72ffa9cc81f3003aa8d6a (patch) | |
tree | 1fab689741d73e1a66cbea53786d03fc45721de2 | |
parent | efa87c0eed274c1c9aa23d3c9dd539181836e545 (diff) | |
download | xmlgraphics-fop-890cbb3da122d48871b72ffa9cc81f3003aa8d6a.tar.gz xmlgraphics-fop-890cbb3da122d48871b72ffa9cc81f3003aa8d6a.zip |
Update commons io
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ <batik.version>1.17.0-SNAPSHOT</batik.version> <build.helper.plugin.version>1.9.1</build.helper.plugin.version> <checkstyle.plugin.version>2.14</checkstyle.plugin.version> - <commons.io.version>2.11.0</commons.io.version> + <commons.io.version>2.17.0</commons.io.version> <commons.logging.version>1.3.0</commons.logging.version> <compiler.plugin.version>3.11.0</compiler.plugin.version> <exec.plugin.version>1.4.0</exec.plugin.version> |