Update dependencies

This commit is contained in:
Daniel Saukel 2018-12-16 23:31:15 +01:00
parent 4ed3b945e2
commit b7573e1e9f

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon</groupId>
<artifactId>dungeonsxl</artifactId>
<version>0.17.3</version>
<version>0.17.4</version>
<packaging>jar</packaging>
<name>DungeonsXL</name>
<url>https://dre2n.github.io</url>
@ -26,7 +26,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@ -77,13 +77,13 @@
<dependency>
<groupId>de.erethon</groupId>
<artifactId>caliburn</artifactId>
<version>0.5.3</version>
<version>0.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.erethon</groupId>
<artifactId>commons</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>