Update dependency com.github.luben:zstd-jni to v1.5.0-4 (#1189)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-07-23 20:17:43 +02:00
committed by GitHub
parent ae9c5f8490
commit 0d26dad397
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"))
}
relocate("com.github.luben", "com.fastasyncworldedit.core.zstd") {
include(dependency("com.github.luben:zstd-jni:1.5.0-2"))
include(dependency("com.github.luben:zstd-jni:1.5.0-4"))
}
relocate("net.jpountz", "com.fastasyncworldedit.core.jpountz") {
include(dependency("net.jpountz:lz4-java-stream:1.0.0"))