13
0
geforkt von Mirrors/Velocity

Update select dependencies

Dieser Commit ist enthalten in:
Andrew Steinborn 2022-09-21 00:48:21 -04:00
Ursprung 213f3f8864
Commit 7d77bfb53c
3 geänderte Dateien mit 11 neuen und 11 gelöschten Zeilen

Datei anzeigen

@ -84,7 +84,7 @@ javadoc {
options.charSet = 'UTF-8'
options.source = '8'
options.links(
'http://www.slf4j.org/apidocs/',
'https://www.slf4j.org/apidocs/',
'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//',

Datei anzeigen

@ -10,10 +10,10 @@ allprojects {
ext {
// dependency versions
adventureVersion = '4.10.1'
junitVersion = '5.7.0'
adventureVersion = '4.11.0'
junitVersion = '5.9.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.17.1'
log4jVersion = '2.19.0'
nettyVersion = '4.1.82.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '3.6.1'

Datei anzeigen

@ -60,15 +60,15 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-jul:${log4jVersion}"
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4' // command-line options
implementation 'net.minecrell:terminalconsoleappender:1.2.0'
runtimeOnly 'org.jline:jline-terminal-jansi:3.20.0' // Needed for JLine
implementation 'net.minecrell:terminalconsoleappender:1.3.0'
runtimeOnly 'org.jline:jline-terminal-jansi:3.21.0' // Needed for JLine
runtimeOnly 'com.lmax:disruptor:3.4.4' // Async loggers
implementation 'it.unimi.dsi:fastutil-core:8.5.4'
implementation 'it.unimi.dsi:fastutil-core:8.5.8'
implementation(platform("net.kyori:adventure-bom:${adventureVersion}"))
implementation("net.kyori:adventure-nbt")
implementation("net.kyori:adventure-platform-facet:4.0.0")
implementation("net.kyori:adventure-platform-facet:4.1.2")
implementation 'org.asynchttpclient:async-http-client:2.12.3'
@ -79,10 +79,10 @@ dependencies {
implementation 'org.bstats:bstats-base:2.2.1'
implementation 'org.lanternpowered:lmbda:2.0.0'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'
implementation 'space.vectrix.flare:flare:2.0.0'
implementation 'space.vectrix.flare:flare-fastutil:2.0.0'
implementation 'space.vectrix.flare:flare:2.0.1'
implementation 'space.vectrix.flare:flare-fastutil:2.0.1'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.0'