From cce5371dfeaf44122ddb73367c4412787a766797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:42:40 +0000 Subject: [PATCH] build(deps): Bump org.xerial:sqlite-jdbc from 3.53.2.0 to 3.53.2.1 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.53.2.0 to 3.53.2.1. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/commits) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")