mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 02:15:34 -04:00
bump dependencies
This commit is contained in:
parent
075a1094fb
commit
506fd941fe
@ -26,11 +26,11 @@ import java.nio.charset.StandardCharsets
|
||||
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.9.0"
|
||||
kotlin("jvm") version "1.9.10"
|
||||
`jvm-test-suite`
|
||||
application
|
||||
id("org.ajoberstar.grgit.service") version "5.2.0"
|
||||
id("com.github.ben-manes.versions") version "0.47.0"
|
||||
id("com.github.ben-manes.versions") version "0.48.0"
|
||||
}
|
||||
|
||||
fun getProperty(name: String): String {
|
||||
@ -146,7 +146,7 @@ testing {
|
||||
dependencies {
|
||||
implementation(project())
|
||||
implementation("de.bixilon:kutil:$kutilVersion")
|
||||
implementation("org.jetbrains.kotlin:kotlin-test:1.9.0")
|
||||
implementation("org.jetbrains.kotlin:kotlin-test:1.9.10")
|
||||
}
|
||||
|
||||
targets {
|
||||
@ -325,15 +325,15 @@ fun DependencyHandler.lwjgl(name: String? = null) {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.slf4j", "slf4j-api", "2.0.7")
|
||||
implementation("com.google.guava", "guava", "32.1.1-jre")
|
||||
implementation("org.slf4j", "slf4j-api", "2.0.9")
|
||||
implementation("com.google.guava", "guava", "32.1.2-jre")
|
||||
implementation("dnsjava", "dnsjava", "3.5.2")
|
||||
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
|
||||
implementation("org.jline", "jline", "3.23.0")
|
||||
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
|
||||
implementation("com.github.oshi", "oshi-core", "6.4.4")
|
||||
implementation("com.github.oshi", "oshi-core", "6.4.5")
|
||||
implementation("com.github.luben", "zstd-jni", "1.5.5-5", classifier = zstdNatives)
|
||||
implementation("org.apache.commons", "commons-lang3", "3.12.0")
|
||||
implementation("org.apache.commons", "commons-lang3", "3.13.0")
|
||||
implementation("org.kamranzafar", "jtar", "2.3")
|
||||
implementation("org.reflections", "reflections", "0.10.2")
|
||||
implementation("it.unimi.dsi", "fastutil-core", "8.5.12")
|
||||
@ -372,7 +372,7 @@ dependencies {
|
||||
lwjgl("stb")
|
||||
|
||||
// kotlin
|
||||
implementation(kotlin("reflect", "1.9.0"))
|
||||
implementation(kotlin("reflect", "1.9.10"))
|
||||
|
||||
|
||||
// platform specific
|
||||
|
@ -15,7 +15,7 @@ kotlin.code.style=official
|
||||
javafx.version=19.0.2.1
|
||||
lwjgl.version=3.3.2
|
||||
ikonli.version=12.3.1
|
||||
netty.version=4.1.95.Final
|
||||
netty.version=4.1.97.Final
|
||||
jackson.version=2.15.2
|
||||
kutil.version=1.23.2
|
||||
glm.version=0.9.9.1-12
|
||||
|
Loading…
x
Reference in New Issue
Block a user