Skip to content

Commit b816457

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.50.1.0 to 3.50.2.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.50.1.0...3.50.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.50.2.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52f8b51 commit b816457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:6.3.0'
144144

145145
//JDBC Drivers
146-
implementation 'org.xerial:sqlite-jdbc:3.50.1.0'
146+
implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
147147
implementation 'com.h2database:h2:2.3.232'
148148
implementation 'org.postgresql:postgresql:42.7.7'
149149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.3'

0 commit comments

Comments
 (0)