bump dependencies

This commit is contained in:
Bixilon 2021-05-22 14:27:43 +02:00
parent 5150df8dec
commit 25bef60253
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> <exec.mainClass>de.bixilon.minosoft.Minosoft</exec.mainClass>
<maven.compiler.source>16</maven.compiler.source> <maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target> <maven.compiler.target>16</maven.compiler.target>
<javafx.version>17-ea+9</javafx.version> <javafx.version>17-ea+11</javafx.version>
<kotlin.version>1.5.0</kotlin.version> <kotlin.version>1.5.0</kotlin.version>
<lwjgl.version>3.2.3</lwjgl.version> <lwjgl.version>3.2.3</lwjgl.version>
</properties> </properties>
@ -338,7 +338,7 @@
<dependency> <dependency>
<groupId>com.github.oshi</groupId> <groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId> <artifactId>oshi-core</artifactId>
<version>5.7.2</version> <version>5.7.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>