Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
65beed8f46 Update dependency org.junit.jupiter:junit-jupiter to v5.13.2 2025-06-24 13:48:59 +00:00
renovate[bot]
f471c02330 Update dependency com.gradleup.shadow to v8.3.7 (#4678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 03:03:11 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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