Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 08:10:12 +01:00
Update various dependencies
Dieser Commit ist enthalten in:
Ursprung
b0e8dbc419
Commit
7e9a25209c
@ -1,5 +1,5 @@
|
|||||||
# API dependencies.
|
# API dependencies.
|
||||||
gsonVersion=2.10
|
gsonVersion=2.10.1
|
||||||
junitVersion=5.9.0
|
junitVersion=5.9.0
|
||||||
slf4jVersion=1.7.30
|
slf4jVersion=1.7.30
|
||||||
adventureVersion=4.12.0
|
adventureVersion=4.12.0
|
||||||
@ -9,18 +9,18 @@ configurateVersion=3.7.3
|
|||||||
guiceVersion=5.1.0
|
guiceVersion=5.1.0
|
||||||
|
|
||||||
# Proxy dependencies.
|
# Proxy dependencies.
|
||||||
log4jVersion=2.19.0
|
log4jVersion=2.20.0
|
||||||
nettyVersion=4.1.89.Final
|
nettyVersion=4.1.90.Final
|
||||||
flareVersion=2.0.1
|
flareVersion=2.0.1
|
||||||
asyncHttpClientVersion=2.12.3
|
asyncHttpClientVersion=2.12.3
|
||||||
bstatsVersion=3.0.0
|
bstatsVersion=3.0.1
|
||||||
caffeineVersion=3.1.5
|
caffeineVersion=3.1.5
|
||||||
lmbdaVersion=2.0.0
|
lmbdaVersion=2.0.0
|
||||||
nightConfigVersion=3.6.6
|
nightConfigVersion=3.6.6
|
||||||
completableFuturesVersion=0.3.5
|
completableFuturesVersion=0.3.5
|
||||||
adventureFacetVersion=4.2.0
|
adventureFacetVersion=4.2.0
|
||||||
fastutilVersion=8.5.11
|
fastutilVersion=8.5.12
|
||||||
disruptorVersion=3.4.4
|
disruptorVersion=3.4.4
|
||||||
jansiVersion=3.21.0
|
jlineVersion=3.23.0
|
||||||
terminalConsoleAppenderVersion=1.3.0
|
terminalConsoleAppenderVersion=1.3.0
|
||||||
joptSimpleVersion=5.0.4
|
joptSimpleVersion=5.0.4
|
||||||
|
@ -96,7 +96,7 @@ val completableFuturesVersion: String by project.extra
|
|||||||
val disruptorVersion: String by project.extra
|
val disruptorVersion: String by project.extra
|
||||||
val fastutilVersion: String by project.extra
|
val fastutilVersion: String by project.extra
|
||||||
val flareVersion: String by project.extra
|
val flareVersion: String by project.extra
|
||||||
val jansiVersion: String by project.extra
|
val jlineVersion: String by project.extra
|
||||||
val joptSimpleVersion: String by project.extra
|
val joptSimpleVersion: String by project.extra
|
||||||
val lmbdaVersion: String by project.extra
|
val lmbdaVersion: String by project.extra
|
||||||
val log4jVersion: String by project.extra
|
val log4jVersion: String by project.extra
|
||||||
@ -125,7 +125,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation("net.sf.jopt-simple:jopt-simple:$joptSimpleVersion") // command-line options
|
implementation("net.sf.jopt-simple:jopt-simple:$joptSimpleVersion") // command-line options
|
||||||
implementation("net.minecrell:terminalconsoleappender:$terminalConsoleAppenderVersion")
|
implementation("net.minecrell:terminalconsoleappender:$terminalConsoleAppenderVersion")
|
||||||
runtimeOnly("org.jline:jline-terminal-jansi:$jansiVersion") // Needed for JLine
|
runtimeOnly("org.jline:jline-terminal-jansi:$jlineVersion") // Needed for JLine
|
||||||
runtimeOnly("com.lmax:disruptor:$disruptorVersion") // Async loggers
|
runtimeOnly("com.lmax:disruptor:$disruptorVersion") // Async loggers
|
||||||
|
|
||||||
implementation("it.unimi.dsi:fastutil-core:$fastutilVersion")
|
implementation("it.unimi.dsi:fastutil-core:$fastutilVersion")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren