Bump Adventure

This commit is contained in:
Andrew Steinborn
2021-10-15 08:18:11 -04:00
parent 0b088590a0
commit 20914ca134
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ javadoc {
'https://google.github.io/guava/releases/25.1-jre/api/docs/',
'https://google.github.io/guice/api-docs/5.0.1/javadoc/',
'https://docs.oracle.com/en/java/javase/11/docs/api//',
'https://jd.adventure.kyori.net/api/4.7.0/'
"https://jd.adventure.kyori.net/api/${adventureVersion}/"
)
// Disable the crazy super-strict doclint tool in Java 8

View File

@@ -21,7 +21,7 @@ allprojects {
ext {
// dependency versions
adventureVersion = '4.9.1'
adventureVersion = '4.9.2'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.14.1'