From bf50a6b95e63a5319e006acbc77741a6575c34a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 18:57:54 +0000 Subject: [PATCH] chore(deps): bump org.xerial:sqlite-jdbc from 3.39.4.0 to 3.41.0.1 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.41.0.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/compare/3.39.4.0...3.41.0.1) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94afa97..b8f2d2b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation group: 'com.h2database', name: 'h2', version: '2.1.214' testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.1.0' testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.31' - testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.39.4.0' + testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.41.0.1' testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.+'