From 2dfff0b3006c4876e4c2d6813035cd7342d615f4 Mon Sep 17 00:00:00 2001 From: srnyx <25808801+srnyx@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:54:42 -0400 Subject: [PATCH] Update dependencies Gradle Galaxy: 1.3.1 -> 1.3.2 JetBrains Annotations: 24.1.0 -> 25.0.0 Java Utilities: 0ee049d52d -> 2.0.0 --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f8e7a70..c8fda87 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ import xyz.srnyx.gradlegalaxy.utility.* plugins { java `java-library` - id("xyz.srnyx.gradle-galaxy") version "1.3.1" + id("xyz.srnyx.gradle-galaxy") version "1.3.2" id("com.gradleup.shadow") version "8.3.3" } @@ -22,9 +22,9 @@ dependencies { compileOnly("de.tr7zw", "item-nbt-api", "2.13.2") // Downloaded on runtime compileOnlyApi("org.bstats", "bstats-bukkit", "3.1.0") // Downloaded on runtime compileOnlyApi("org.reflections", "reflections", "0.10.2") // Downloaded on runtime - compileOnlyApi("org.jetbrains", "annotations", "24.1.0") + compileOnlyApi("org.jetbrains", "annotations", "25.0.0") implementationRelocate(project, "net.byteflux:libby-bukkit:1.3.1", "net.byteflux.libby") - implementationRelocate(project, "xyz.srnyx:java-utilities:0ee049d52d", "xyz.srnyx.javautilities") + implementationRelocate(project, "xyz.srnyx:java-utilities:2.0.0", "xyz.srnyx.javautilities") } // Publishing