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
ac107cc424
commit
f66acf6651
@ -26,11 +26,11 @@ import java.nio.charset.StandardCharsets
|
|||||||
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.8.0"
|
kotlin("jvm") version "1.8.10"
|
||||||
`jvm-test-suite`
|
`jvm-test-suite`
|
||||||
application
|
application
|
||||||
id("org.ajoberstar.grgit.service") version "5.0.0"
|
id("org.ajoberstar.grgit.service") version "5.0.0"
|
||||||
id("com.github.ben-manes.versions") version "0.44.0"
|
id("com.github.ben-manes.versions") version "0.45.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getProperty(name: String): String {
|
fun getProperty(name: String): String {
|
||||||
@ -144,7 +144,7 @@ testing {
|
|||||||
implementation(project())
|
implementation(project())
|
||||||
// implementation("org.jetbrains.kotlin:kotlin-test:1.7.20")
|
// implementation("org.jetbrains.kotlin:kotlin-test:1.7.20")
|
||||||
implementation("de.bixilon:kutil:$kutilVersion")
|
implementation("de.bixilon:kutil:$kutilVersion")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-test:1.8.0")
|
implementation("org.jetbrains.kotlin:kotlin-test:1.8.10")
|
||||||
}
|
}
|
||||||
|
|
||||||
targets {
|
targets {
|
||||||
@ -321,10 +321,10 @@ dependencies {
|
|||||||
implementation("com.google.guava", "guava", "31.1-jre")
|
implementation("com.google.guava", "guava", "31.1-jre")
|
||||||
implementation("dnsjava", "dnsjava", "3.5.2")
|
implementation("dnsjava", "dnsjava", "3.5.2")
|
||||||
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
|
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
|
||||||
implementation("org.jline", "jline", "3.21.0")
|
implementation("org.jline", "jline", "3.22.0")
|
||||||
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
|
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
|
||||||
implementation("com.github.oshi", "oshi-core", "6.4.0")
|
implementation("com.github.oshi", "oshi-core", "6.4.0")
|
||||||
implementation("com.github.luben", "zstd-jni", "1.5.2-5", classifier = zstdNatives)
|
implementation("com.github.luben", "zstd-jni", "1.5.4-1", classifier = zstdNatives)
|
||||||
implementation("org.apache.commons", "commons-lang3", "3.12.0")
|
implementation("org.apache.commons", "commons-lang3", "3.12.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")
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
#
|
#
|
||||||
kotlin.daemon.jvmargs=-Xmx2G
|
kotlin.daemon.jvmargs=-Xmx2G
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
javafx.version=19
|
javafx.version=19.0.2.1
|
||||||
lwjgl.version=3.3.2-SNAPSHOT
|
lwjgl.version=3.3.2-SNAPSHOT
|
||||||
ikonli.version=12.3.1
|
ikonli.version=12.3.1
|
||||||
netty.version=4.1.87.Final
|
netty.version=4.1.89.Final
|
||||||
jackson.version=2.14.1
|
jackson.version=2.14.2
|
||||||
kutil.version=1.20.1
|
kutil.version=1.20.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user