Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
Expand Down
Loading