This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new cdb735eee8 [MINOR UPDATE] Use Same Version of commons-io in all Drill 
Projects (#2955)
cdb735eee8 is described below

commit cdb735eee8851d94998adab6a21b8c1f0e964bcd
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Tue Oct 22 15:25:33 2024 +0100

    [MINOR UPDATE] Use Same Version of commons-io in all Drill Projects (#2955)
---
 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>

Reply via email to