From a29b37f40d949870305c809d14e2521ddef33de7 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Thu, 5 Jan 2023 14:05:34 +0100 Subject: [PATCH] bump kotlin and some dependencies --- build.gradle.kts | 10 +++++----- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5f66ff07e..98abfe083 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ /* * Minosoft - * Copyright (C) 2020-2022 Moritz Zwerger + * Copyright (C) 2020-2023 Moritz Zwerger * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. * @@ -25,7 +25,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "1.7.21" + kotlin("jvm") version "1.8.0" `jvm-test-suite` application id("org.ajoberstar.grgit.service") version "5.0.0" @@ -143,7 +143,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.21") + implementation("org.jetbrains.kotlin:kotlin-test:1.8.0") } targets { @@ -187,7 +187,7 @@ testing { // ToDo: Include dependencies from project implementation("de.bixilon:kutil:$kutilVersion") implementation("de.bixilon:kotlin-glm:0.9.9.1-6") - implementation("it.unimi.dsi:fastutil-core:8.5.9") + implementation("it.unimi.dsi:fastutil-core:8.5.11") jacksonCore("core") jacksonCore("databind") @@ -316,7 +316,7 @@ fun DependencyHandler.lwjgl(name: String? = null) { } dependencies { - implementation("org.slf4j", "slf4j-api", "2.0.5") + implementation("org.slf4j", "slf4j-api", "2.0.6") implementation("com.google.guava", "guava", "31.1-jre") implementation("dnsjava", "dnsjava", "3.5.2") implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0") diff --git a/gradle.properties b/gradle.properties index a92701f7a..d810798b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # # Minosoft -# Copyright (C) 2020-2022 Moritz Zwerger +# Copyright (C) 2020-2023 Moritz Zwerger # # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. # @@ -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.85.Final +netty.version=4.1.86.Final jackson.version=2.14.1 kutil.version=1.18.3