Skip to content
Merged
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 @@ -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
Expand Down Expand Up @@ -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")
Expand Down
Loading