This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git
commit a0feac6e5b8177b78e6b296381afa9a3bd5e2e0b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Feb 5 01:22:09 2021 +0100 Bump commons-io from 2.5 to 2.6 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 31fa62f..a34bff5 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,11 @@ under the License. <version>3.0.24</version> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.6</version> + </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interpolation</artifactId> <version>1.26</version>
