From b2a5f4f9bb55cd9205f99f6276f978bfeda609a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:00:40 +0000 Subject: [PATCH] build(deps): bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.46.1.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.1.0 to 3.46.1.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.1.0...3.46.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc 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 633e94d..c9850d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.slf4j:slf4j-simple:2.0.13") implementation("commons-io:commons-io:2.15.1") implementation("fr.enimaloc.night-config:toml:3.7.0") - implementation("org.xerial:sqlite-jdbc:3.45.1.0") + implementation("org.xerial:sqlite-jdbc:3.46.1.0") implementation("fr.enimaloc:matcher:0.1.5") implementation("com.fasterxml.jackson.core:jackson-core:2.17.1") implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")