Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
57bd9721bc Update adventure to v4.23.0 2025-06-22 19:51:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2") testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
} }

View File

@@ -7,7 +7,7 @@ checkerqual = "3.49.4"
gson = "2.10" gson = "2.10"
guava = "31.1-jre" guava = "31.1-jre"
snakeyaml = "2.0" snakeyaml = "2.0"
adventure = "4.21.0" adventure = "4.23.0"
adventure-bukkit = "4.4.0" adventure-bukkit = "4.4.0"
log4j = "2.19.0" log4j = "2.19.0"
@@ -33,7 +33,7 @@ vault = "1.7.1"
serverlib = "2.3.7" serverlib = "2.3.7"
# Gradle plugins # Gradle plugins
shadow = "8.3.7" shadow = "8.3.6"
grgit = "4.1.1" grgit = "4.1.1"
spotless = "7.0.4" spotless = "7.0.4"
publish = "0.33.0" publish = "0.33.0"