Update to Commons 5.1.1; resolves #473

This commit is contained in:
Daniel Saukel 2018-10-12 20:27:24 +02:00
parent 684b6df0f7
commit b207a77fc1

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.erethon</groupId> <groupId>de.erethon</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.17.1-SNAPSHOT</version> <version>0.17.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>DungeonsXL</name> <name>DungeonsXL</name>
<url>https://dre2n.github.io</url> <url>https://dre2n.github.io</url>
@ -83,7 +83,7 @@
<dependency> <dependency>
<groupId>de.erethon</groupId> <groupId>de.erethon</groupId>
<artifactId>commons</artifactId> <artifactId>commons</artifactId>
<version>5.1</version> <version>5.1.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>