bump dependencies

This commit is contained in:
Bixilon 2023-03-17 12:16:25 +01:00
parent 38e392e553
commit 61d8b8386b
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 18 additions and 5 deletions

View File

@ -327,14 +327,14 @@ dependencies {
implementation("com.google.guava", "guava", "31.1-jre")
implementation("dnsjava", "dnsjava", "3.5.2")
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
implementation("org.jline", "jline", "3.22.0")
implementation("org.jline", "jline", "3.23.0")
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
implementation("com.github.oshi", "oshi-core", "6.4.0")
implementation("com.github.luben", "zstd-jni", "1.5.4-1", classifier = zstdNatives)
implementation("com.github.luben", "zstd-jni", "1.5.4-2", classifier = zstdNatives)
implementation("org.apache.commons", "commons-lang3", "3.12.0")
implementation("org.kamranzafar", "jtar", "2.3")
implementation("org.reflections", "reflections", "0.10.2")
implementation("it.unimi.dsi", "fastutil-core", "8.5.11")
implementation("it.unimi.dsi", "fastutil-core", "8.5.12")
implementation("org.xeustechnologies", "jcl-core", "2.8")

View File

@ -15,6 +15,6 @@ kotlin.code.style=official
javafx.version=19.0.2.1
lwjgl.version=3.3.2-SNAPSHOT
ikonli.version=12.3.1
netty.version=4.1.89.Final
netty.version=4.1.90.Final
jackson.version=2.14.2
kutil.version=1.20.1

View File

@ -1,6 +1,19 @@
#
# Minosoft
# 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.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# This software is not affiliated with Mojang AB, the original developer of Minecraft.
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists