Skip to content

Commit

Permalink
Update select dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Sep 21, 2022
1 parent 213f3f8 commit 7d77bfb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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//',
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 7 additions & 7 deletions proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'

Expand Down

0 comments on commit 7d77bfb

Please sign in to comment.