geforkt von Mirrors/FastAsyncWorldEdit
Update dependency com.github.luben:zstd-jni to v1.5.0-1 (#1106)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Dieser Commit ist enthalten in:
Ursprung
f6af9925e8
Commit
75935f91e9
@ -165,7 +165,7 @@ tasks.named<ShadowJar>("shadowJar") {
|
|||||||
include(dependency("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"))
|
include(dependency("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"))
|
||||||
}
|
}
|
||||||
relocate("com.github.luben", "com.boydti.fawe.zstd") {
|
relocate("com.github.luben", "com.boydti.fawe.zstd") {
|
||||||
include(dependency("com.github.luben:zstd-jni:1.4.9-5"))
|
include(dependency("com.github.luben:zstd-jni:1.5.0-1"))
|
||||||
}
|
}
|
||||||
relocate("net.jpountz", "com.boydti.fawe.jpountz") {
|
relocate("net.jpountz", "com.boydti.fawe.jpountz") {
|
||||||
include(dependency("net.jpountz:lz4-java-stream:1.0.0"))
|
include(dependency("net.jpountz:lz4-java-stream:1.0.0"))
|
||||||
|
@ -46,7 +46,7 @@ dependencies {
|
|||||||
compileOnly("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
|
compileOnly("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
|
||||||
annotationProcessor("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")
|
annotationProcessor("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")
|
||||||
testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.8.1")
|
testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.8.1")
|
||||||
implementation("com.github.luben:zstd-jni:1.4.9-5")
|
implementation("com.github.luben:zstd-jni:1.5.0-1")
|
||||||
compileOnly("net.fabiozumbi12:redprotect:1.9.6")
|
compileOnly("net.fabiozumbi12:redprotect:1.9.6")
|
||||||
api("com.github.intellectualsites.plotsquared:PlotSquared-API:4.514") { isTransitive = false }
|
api("com.github.intellectualsites.plotsquared:PlotSquared-API:4.514") { isTransitive = false }
|
||||||
api("com.plotsquared:PlotSquared-Core:5.13.11") { isTransitive = false }
|
api("com.plotsquared:PlotSquared-Core:5.13.11") { isTransitive = false }
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren