mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 18:34:56 -04:00
bump dependencies
This commit is contained in:
parent
db25e0d318
commit
9e95992414
@ -23,11 +23,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.7.20"
|
||||
kotlin("jvm") version "1.7.21"
|
||||
`jvm-test-suite`
|
||||
application
|
||||
id("org.ajoberstar.grgit") version "5.0.0"
|
||||
id("com.github.ben-manes.versions") version "0.43.0"
|
||||
id("com.github.ben-manes.versions") version "0.44.0"
|
||||
}
|
||||
|
||||
fun getProperty(name: String): String {
|
||||
@ -142,7 +142,7 @@ testing {
|
||||
implementation(project)
|
||||
// implementation("org.jetbrains.kotlin:kotlin-test:1.7.20")
|
||||
implementation("de.bixilon:kutil:$kutilVersion")
|
||||
implementation("org.jetbrains.kotlin:kotlin-test:1.7.20")
|
||||
implementation("org.jetbrains.kotlin:kotlin-test:1.7.21")
|
||||
}
|
||||
|
||||
targets {
|
||||
|
@ -15,6 +15,6 @@ kotlin.code.style=official
|
||||
javafx.version=19
|
||||
lwjgl.version=3.3.2-SNAPSHOT
|
||||
ikonli.version=12.3.1
|
||||
netty.version=4.1.84.Final
|
||||
jackson.version=2.13.4
|
||||
netty.version=4.1.85.Final
|
||||
jackson.version=2.14.0
|
||||
kutil.version=1.17.1
|
||||
|
@ -78,7 +78,6 @@ object PacketTypeRegistry {
|
||||
}
|
||||
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
fun init(latch: CountUpAndDownLatch) {
|
||||
Log.log(LogMessageType.OTHER, LogLevels.VERBOSE) { "Initializing packets..." }
|
||||
val classLoader = Thread.currentThread().contextClassLoader
|
||||
@ -104,7 +103,6 @@ object PacketTypeRegistry {
|
||||
Log.log(LogMessageType.OTHER, LogLevels.VERBOSE) { "Packets initialized!" }
|
||||
}
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
private fun loadClass(
|
||||
s2cClassMap: SynchronizedMap<Class<out S2CPacket>, S2CPacketType>,
|
||||
s2cStateMap: SynchronizedMap<ProtocolStates, MutableMap<String, S2CPacketType>>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user