mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
bump dependencies
This commit is contained in:
parent
93d76eb51f
commit
cb98e57814
10
pom.xml
10
pom.xml
@ -258,11 +258,11 @@
|
||||
<exec.mainClass>de.bixilon.minosoft.Minosoft</exec.mainClass>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
|
||||
<javafx.version>19-ea+5</javafx.version>
|
||||
<javafx.version>19-ea+7</javafx.version>
|
||||
<kotlin.version>1.6.21</kotlin.version>
|
||||
<lwjgl.version>3.3.1</lwjgl.version>
|
||||
<ikonli.version>12.3.1</ikonli.version>
|
||||
<netty.version>4.1.76.Final</netty.version>
|
||||
<netty.version>4.1.77.Final</netty.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -294,7 +294,7 @@
|
||||
<dependency>
|
||||
<groupId>dnsjava</groupId>
|
||||
<artifactId>dnsjava</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
@ -412,7 +412,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.luben</groupId>
|
||||
<artifactId>zstd-jni</artifactId>
|
||||
<version>1.5.2-2</version>
|
||||
<version>1.5.2-3</version>
|
||||
<classifier>${zstd.natives}</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -444,7 +444,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.module</groupId>
|
||||
<artifactId>jackson-module-kotlin</artifactId>
|
||||
<version>2.13.2</version>
|
||||
<version>2.13.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.kamranzafar</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user