9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-19 14:59:19 +00:00

Bump adventure dependencies

This commit is contained in:
SamB440
2025-07-14 16:16:58 +01:00
parent 492e763aa4
commit 2ac2da8661
2 changed files with 4 additions and 7 deletions

View File

@@ -76,11 +76,8 @@ dependencies {
implementation("com.convallyria.languagy:api:3.0.3-SNAPSHOT") implementation("com.convallyria.languagy:api:3.0.3-SNAPSHOT")
implementation("com.google.code.gson:gson:2.10.1") implementation("com.google.code.gson:gson:2.10.1")
// compileOnly("net.kyori:adventure-api:4.17.0") compileOnly("net.kyori:adventure-platform-bukkit:4.4.0") // IMPLEMENTED VIA LIBRARIES
// compileOnly("net.kyori:adventure-text-serializer-plain:4.17.0") compileOnly("net.kyori:adventure-text-minimessage:4.23.0") // IMPLEMENTED VIA LIBRARIES
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
} }
testing { testing {

View File

@@ -4,8 +4,8 @@ main: net.islandearth.rpgregions.RPGRegions
api-version: '1.16' api-version: '1.16'
libraries: libraries:
- "com.zaxxer:HikariCP:6.2.1" # database - "com.zaxxer:HikariCP:6.2.1" # database
- "net.kyori:adventure-platform-bukkit:4.3.4" - "net.kyori:adventure-platform-bukkit:4.4.0"
- "net.kyori:adventure-text-minimessage:4.14.0" - "net.kyori:adventure-text-minimessage:4.23.0"
- "com.github.ben-manes.caffeine:caffeine:3.1.8" - "com.github.ben-manes.caffeine:caffeine:3.1.8"
- "org.xerial:sqlite-jdbc:3.47.2.0" - "org.xerial:sqlite-jdbc:3.47.2.0"
- "org.flywaydb:flyway-core:11.3.0" # db migration - "org.flywaydb:flyway-core:11.3.0" # db migration