diff --git a/build.gradle.kts b/build.gradle.kts index ce29fcc..6cec8f1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { shade("com.zaxxer:HikariCP:7.1.0") // Paper bundles sqlite-jdbc on the server classpath; compileOnly is sufficient. - compileOnly("org.xerial:sqlite-jdbc:3.53.2.1") + compileOnly("org.xerial:sqlite-jdbc:3.53.4.0") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.15") // pulls worldedit-bukkit transitively compileOnly("com.github.GriefPrevention:GriefPrevention:18.0.0") @@ -43,7 +43,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:6.1.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.slf4j:slf4j-simple:2.0.18") - testRuntimeOnly("org.xerial:sqlite-jdbc:3.53.2.1") + testRuntimeOnly("org.xerial:sqlite-jdbc:3.53.4.0") testImplementation("com.zaxxer:HikariCP:7.1.0") testImplementation("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") }