Assorted dependency updates
This commit is contained in:
@@ -61,26 +61,26 @@ dependencies {
|
||||
|
||||
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.16.0' // Needed for JLine
|
||||
runtimeOnly 'com.lmax:disruptor:3.4.2' // Async loggers
|
||||
runtimeOnly 'org.jline:jline-terminal-jansi:3.20.0' // Needed for JLine
|
||||
runtimeOnly 'com.lmax:disruptor:3.4.4' // Async loggers
|
||||
|
||||
implementation 'it.unimi.dsi:fastutil-core:8.5.4'
|
||||
|
||||
implementation(platform("net.kyori:adventure-bom:${adventureVersion}"))
|
||||
implementation("net.kyori:adventure-nbt")
|
||||
|
||||
implementation 'org.asynchttpclient:async-http-client:2.12.1'
|
||||
implementation 'org.asynchttpclient:async-http-client:2.12.3'
|
||||
|
||||
implementation 'com.spotify:completable-futures:0.3.3'
|
||||
implementation 'com.spotify:completable-futures:0.3.5'
|
||||
|
||||
implementation 'com.electronwill.night-config:toml:3.6.3'
|
||||
implementation 'com.electronwill.night-config:toml:3.6.4'
|
||||
|
||||
implementation 'org.bstats:bstats-base:2.2.0'
|
||||
implementation 'org.bstats:bstats-base:2.2.1'
|
||||
implementation 'org.lanternpowered:lmbda:2.0.0'
|
||||
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.2'
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
||||
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.1.2'
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.0'
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
|
||||
|
Reference in New Issue
Block a user