mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
bump commons-io to 2.8.0
This commit is contained in:
parent
4b33c0ce08
commit
5ac11a496c
6
pom.xml
6
pom.xml
@ -27,9 +27,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<source>15</source>
|
<source>15</source>
|
||||||
<target>15</target>
|
<target>15</target>
|
||||||
<compilerArgs>
|
<compilerArgs>--enable-preview</compilerArgs>
|
||||||
--enable-preview
|
|
||||||
</compilerArgs>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
@ -46,7 +44,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.6</version>
|
<version>2.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user