diff --git a/build.gradle.kts b/build.gradle.kts index 5b17ba1..43a4ebe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { // SQLite backend (v2). Deliberately NOT relocated: the xerial driver loads a // native library from a package-derived resource path, which relocation would // break. Bukkit's per-plugin classloader isolates it from other plugins. - implementation("org.xerial:sqlite-jdbc:3.53.2.0") + implementation("org.xerial:sqlite-jdbc:3.53.2.1") testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher")