chore[maven]: update maven version

This commit is contained in:
godotg
2025-03-30 21:28:57 +08:00
parent a245e63fc3
commit 6a4f68417f
+10
View File
@@ -79,6 +79,16 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>${csv.version}</version>
<exclusions>
<exclusion>
<artifactId>commons-codec</artifactId>
<groupId>commons-codec</groupId>
</exclusion>
<exclusion>
<artifactId>commons-io</artifactId>
<groupId>commons-io</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>