This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 6bcf1b6034a2972489f1692e4db8b85943b15b78 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Sun Oct 20 17:44:06 2024 +0100 [MINOR UPDATE] use same version of commons-io in all drill projects --- tools/fmpp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index f7fc6a5aa8..cf8bb628bb 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>${commons.io.version}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId>