geforkt von Mirrors/Velocity
Update select dependencies
Dieser Commit ist enthalten in:
Ursprung
213f3f8864
Commit
7d77bfb53c
@ -84,7 +84,7 @@ javadoc {
|
|||||||
options.charSet = 'UTF-8'
|
options.charSet = 'UTF-8'
|
||||||
options.source = '8'
|
options.source = '8'
|
||||||
options.links(
|
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/guava/releases/25.1-jre/api/docs/',
|
||||||
'https://google.github.io/guice/api-docs/5.0.1/javadoc/',
|
'https://google.github.io/guice/api-docs/5.0.1/javadoc/',
|
||||||
'https://docs.oracle.com/en/java/javase/11/docs/api//',
|
'https://docs.oracle.com/en/java/javase/11/docs/api//',
|
||||||
|
@ -10,10 +10,10 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
// dependency versions
|
// dependency versions
|
||||||
adventureVersion = '4.10.1'
|
adventureVersion = '4.11.0'
|
||||||
junitVersion = '5.7.0'
|
junitVersion = '5.9.0'
|
||||||
slf4jVersion = '1.7.30'
|
slf4jVersion = '1.7.30'
|
||||||
log4jVersion = '2.17.1'
|
log4jVersion = '2.19.0'
|
||||||
nettyVersion = '4.1.82.Final'
|
nettyVersion = '4.1.82.Final'
|
||||||
guavaVersion = '25.1-jre'
|
guavaVersion = '25.1-jre'
|
||||||
checkerFrameworkVersion = '3.6.1'
|
checkerFrameworkVersion = '3.6.1'
|
||||||
|
@ -60,15 +60,15 @@ dependencies {
|
|||||||
implementation "org.apache.logging.log4j:log4j-jul:${log4jVersion}"
|
implementation "org.apache.logging.log4j:log4j-jul:${log4jVersion}"
|
||||||
|
|
||||||
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4' // command-line options
|
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4' // command-line options
|
||||||
implementation 'net.minecrell:terminalconsoleappender:1.2.0'
|
implementation 'net.minecrell:terminalconsoleappender:1.3.0'
|
||||||
runtimeOnly 'org.jline:jline-terminal-jansi:3.20.0' // Needed for JLine
|
runtimeOnly 'org.jline:jline-terminal-jansi:3.21.0' // Needed for JLine
|
||||||
runtimeOnly 'com.lmax:disruptor:3.4.4' // Async loggers
|
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(platform("net.kyori:adventure-bom:${adventureVersion}"))
|
||||||
implementation("net.kyori:adventure-nbt")
|
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'
|
implementation 'org.asynchttpclient:async-http-client:2.12.3'
|
||||||
|
|
||||||
@ -79,10 +79,10 @@ dependencies {
|
|||||||
implementation 'org.bstats:bstats-base:2.2.1'
|
implementation 'org.bstats:bstats-base:2.2.1'
|
||||||
implementation 'org.lanternpowered:lmbda:2.0.0'
|
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:2.0.1'
|
||||||
implementation 'space.vectrix.flare:flare-fastutil:2.0.0'
|
implementation 'space.vectrix.flare:flare-fastutil:2.0.1'
|
||||||
|
|
||||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.0'
|
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.0'
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren