bump dependencies

This commit is contained in:
Bixilon 2021-09-06 10:18:24 +02:00
parent 390a7e7f99
commit 043fad6554
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -196,7 +196,7 @@
<exec.mainClass>de.bixilon.minosoft.Minosoft</exec.mainClass>
<maven.compiler.source>14</maven.compiler.source>
<maven.compiler.target>14</maven.compiler.target>
<javafx.version>17-ea+15</javafx.version>
<javafx.version>18-ea+2</javafx.version>
<kotlin.version>1.5.21</kotlin.version>
<lwjgl.version>3.2.3</lwjgl.version>
</properties>
@ -214,7 +214,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.7</version>
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
@ -224,7 +224,7 @@
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
@ -328,7 +328,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.8.0</version>
<version>5.8.2</version>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>