From c6afd53e73c5a2dc75afc7a1ab279c0b3918da82 Mon Sep 17 00:00:00 2001 From: Glavo Date: Thu, 6 Apr 2023 02:41:57 +0800 Subject: [PATCH] Bump dependencies (#2191) --- HMCLCore/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HMCLCore/build.gradle.kts b/HMCLCore/build.gradle.kts index aafac806e..6d69373e8 100644 --- a/HMCLCore/build.gradle.kts +++ b/HMCLCore/build.gradle.kts @@ -9,8 +9,8 @@ dependencies { api("org.tukaani:xz:1.9") api("org.hildan.fxgson:fx-gson:5.0.0") api("org.jenkins-ci:constant-pool-scanner:1.2") - api("com.github.steveice10:opennbt:1.4") + api("com.github.steveice10:opennbt:1.5") api("org.nanohttpd:nanohttpd:2.3.1") - api("org.apache.commons:commons-compress:1.22") - compileOnlyApi("org.jetbrains:annotations:24.0.0") + api("org.apache.commons:commons-compress:1.23.0") + compileOnlyApi("org.jetbrains:annotations:24.0.1") }