diff --git a/build.gradle.kts b/build.gradle.kts index 19874cc..271a58d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { // in shadowJar to avoid classpath conflicts with other plugins. implementation("com.zaxxer:HikariCP:7.1.0") implementation("at.yawk.lz4:lz4-java:1.11.0") - implementation("com.github.luben:zstd-jni:1.5.6-3") + implementation("com.github.luben:zstd-jni:1.5.7-11") implementation("org.jooq:jooq:3.21.6") // jOOQ marks JAXB annotations as optional, but its public class files use // them. Keep the API on the compile classpath so clean -Xlint builds can @@ -149,7 +149,7 @@ dependencies { testImplementation("io.papermc.paper:paper-api:$paperApiVersion") testImplementation("com.zaxxer:HikariCP:7.1.0") testImplementation("at.yawk.lz4:lz4-java:1.11.0") - testImplementation("com.github.luben:zstd-jni:1.5.6-3") + testImplementation("com.github.luben:zstd-jni:1.5.7-11") testImplementation("com.mysql:mysql-connector-j:9.7.0") testImplementation("org.redisson:redisson:4.6.1") testImplementation("org.jooq:jooq:3.21.6")