From 2ac2da86617f8b36e87eaced3c044a433e9a31cb Mon Sep 17 00:00:00 2001 From: SamB440 Date: Mon, 14 Jul 2025 16:16:58 +0100 Subject: [PATCH] Bump adventure dependencies --- .../kotlin/buildlogic.java-common-conventions.gradle.kts | 7 ++----- rpgregions/src/main/resources/plugin.yml | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts b/build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts index b443482..c7a10c9 100644 --- a/build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts @@ -76,11 +76,8 @@ dependencies { implementation("com.convallyria.languagy:api:3.0.3-SNAPSHOT") implementation("com.google.code.gson:gson:2.10.1") -// compileOnly("net.kyori:adventure-api:4.17.0") -// compileOnly("net.kyori:adventure-text-serializer-plain:4.17.0") - compileOnly("net.kyori:adventure-platform-bukkit:4.3.4") // IMPLEMENTED VIA LIBRARIES -// implementation("net.kyori:adventure-platform-api:4.3.3-SNAPSHOT") - compileOnly("net.kyori:adventure-text-minimessage:4.14.0") // IMPLEMENTED VIA LIBRARIES + compileOnly("net.kyori:adventure-platform-bukkit:4.4.0") // IMPLEMENTED VIA LIBRARIES + compileOnly("net.kyori:adventure-text-minimessage:4.23.0") // IMPLEMENTED VIA LIBRARIES } testing { diff --git a/rpgregions/src/main/resources/plugin.yml b/rpgregions/src/main/resources/plugin.yml index 3b4991a..5e5ba61 100644 --- a/rpgregions/src/main/resources/plugin.yml +++ b/rpgregions/src/main/resources/plugin.yml @@ -4,8 +4,8 @@ main: net.islandearth.rpgregions.RPGRegions api-version: '1.16' libraries: - "com.zaxxer:HikariCP:6.2.1" # database - - "net.kyori:adventure-platform-bukkit:4.3.4" - - "net.kyori:adventure-text-minimessage:4.14.0" + - "net.kyori:adventure-platform-bukkit:4.4.0" + - "net.kyori:adventure-text-minimessage:4.23.0" - "com.github.ben-manes.caffeine:caffeine:3.1.8" - "org.xerial:sqlite-jdbc:3.47.2.0" - "org.flywaydb:flyway-core:11.3.0" # db migration