diff --git a/build.gradle.kts b/build.gradle.kts index 6c31dd1..5ff330e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { // JavaExec probes representative. The published plugin remains a thin // JAR; Paper resolves these Maven Central libraries from plugin.yml. implementation("com.zaxxer:HikariCP:7.1.0") - implementation("at.yawk.lz4:lz4-java:1.11.0") + implementation("at.yawk.lz4:lz4-java:1.11.1") 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 @@ -154,7 +154,7 @@ dependencies { // Paper API + Maven Central runtime deps needed at test runtime. testImplementation("io.papermc.paper:paper-api:$paperApiVersion") testImplementation("com.zaxxer:HikariCP:7.1.0") - testImplementation("at.yawk.lz4:lz4-java:1.11.0") + testImplementation("at.yawk.lz4:lz4-java:1.11.1") 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")