Skip to content

Commit

Permalink
Update zstd-jni and remove relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 8, 2023
1 parent 7d2933a commit 6cc4a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fun WriteDependencies.relocateDependency(pkg: String) {

fun Task.standardRuntimeRelocations() {
relocateDependency("com.github.benmanes")
relocateDependency("com.github.luben.zstd")
// relocateDependency("com.github.luben.zstd") // natives don't like relocation - hopefully nothing breaks :)
relocateDependency("com.google.protobuf")
relocateDependency("com.mysql.cj")
relocateDependency("com.mysql.jdbc")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ versions:
mariadb: 3.0.8
messenger: 1.0.0-SNAPSHOT
netty: 4.1.68.Final
zstdjni: 1.5.1-1
zstdjni: 1.5.5-5
jedis: 3.7.0
postgresql: 42.6.0
rabbitmq: 5.13.1
Expand Down

0 comments on commit 6cc4a28

Please sign in to comment.