Skip to content

Commit abab63e

Browse files
dependabot[bot]rm3l
authored andcommitted
chore(deps): bump org.xerial:sqlite-jdbc in /backend
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.51.3.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](xerial/sqlite-jdbc@3.51.3.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] <support@github.com>
1 parent dd57b53 commit abab63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ subprojects {
143143
implementation 'com.zaxxer:HikariCP:7.0.2'
144144

145145
//JDBC Drivers
146-
implementation 'org.xerial:sqlite-jdbc:3.51.3.0'
146+
implementation 'org.xerial:sqlite-jdbc:3.53.0.0'
147147
implementation 'com.h2database:h2:2.4.240'
148148
implementation 'org.postgresql:postgresql:42.7.10'
149149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.8'

0 commit comments

Comments
 (0)