From b5851d1a09c027939457f66235b9bdd45de5a3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 08:54:59 +0000 Subject: [PATCH] chore(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.53.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.2.0 to 3.53.0.0. - [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/compare/3.45.2.0...3.53.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 027f10f..5531af1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("ch.qos.logback:logback-classic:1.5.3") // SQLite state store - implementation("org.xerial:sqlite-jdbc:3.45.2.0") + implementation("org.xerial:sqlite-jdbc:3.53.0.0") // robots.txt parsing implementation("com.github.crawler-commons:crawler-commons:1.4")