mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-12 00:47:26 -04:00
bump dependencies
This commit is contained in:
parent
331d2e0c35
commit
8ed82ef3be
@ -30,7 +30,7 @@ plugins {
|
|||||||
`jvm-test-suite`
|
`jvm-test-suite`
|
||||||
application
|
application
|
||||||
id("org.ajoberstar.grgit.service") version "5.2.0"
|
id("org.ajoberstar.grgit.service") version "5.2.0"
|
||||||
id("com.github.ben-manes.versions") version "0.48.0"
|
id("com.github.ben-manes.versions") version "0.49.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getProperty(name: String): String {
|
fun getProperty(name: String): String {
|
||||||
@ -338,7 +338,7 @@ dependencies {
|
|||||||
implementation("org.jline", "jline", "3.23.0")
|
implementation("org.jline", "jline", "3.23.0")
|
||||||
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
|
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
|
||||||
implementation("com.github.oshi", "oshi-core", "6.4.6")
|
implementation("com.github.oshi", "oshi-core", "6.4.6")
|
||||||
implementation("com.github.luben", "zstd-jni", "1.5.5-5", classifier = zstdNatives)
|
implementation("com.github.luben", "zstd-jni", "1.5.5-6", classifier = zstdNatives)
|
||||||
implementation("org.apache.commons", "commons-lang3", "3.13.0")
|
implementation("org.apache.commons", "commons-lang3", "3.13.0")
|
||||||
implementation("org.kamranzafar", "jtar", "2.3")
|
implementation("org.kamranzafar", "jtar", "2.3")
|
||||||
implementation("org.reflections", "reflections", "0.10.2")
|
implementation("org.reflections", "reflections", "0.10.2")
|
||||||
|
@ -15,7 +15,7 @@ kotlin.code.style=official
|
|||||||
javafx.version=19.0.2.1
|
javafx.version=19.0.2.1
|
||||||
lwjgl.version=3.3.3
|
lwjgl.version=3.3.3
|
||||||
ikonli.version=12.3.1
|
ikonli.version=12.3.1
|
||||||
netty.version=4.1.98.Final
|
netty.version=4.1.99.Final
|
||||||
jackson.version=2.15.2
|
jackson.version=2.15.2
|
||||||
kutil.version=1.23.2
|
kutil.version=1.23.2
|
||||||
glm.version=0.9.9.1-12
|
glm.version=0.9.9.1-12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user