Skip to content

Commit

Permalink
[MINOR UPDATE] Use Same Version of commons-io in all Drill Projects (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 22, 2024
1 parent 58bca1f commit cdb735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fmpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cdb735e

Please sign in to comment.