This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch io in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit 2d078dd0752e0bbf0a7e3ea8f1b0e949ff382692 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Dec 6 09:30:42 2020 -0500 older commons IO for dependency convergence --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 659db20..3f30dcb 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.6</version> </dependency> <dependency> <groupId>org.mockito</groupId>
