Skip to content

Commit b859f23

Browse files
chore(deps): bump org.xerial:sqlite-jdbc from 3.42.0.0 to 3.45.0.0
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.42.0.0 to 3.45.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.42.0.0...3.45.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37a54a7 commit b859f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-jdbc-sqlite/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configurations.all {
2121
}
2222

2323
dependencies {
24-
jdbcDriver 'org.xerial:sqlite-jdbc:3.42.0.0'
24+
jdbcDriver 'org.xerial:sqlite-jdbc:3.45.0.0'
2525
implementation project(':plugin-jdbc')
2626
api 'org.bouncycastle:bcprov-jdk18on'
2727
api 'org.bouncycastle:bcpkix-jdk18on'

0 commit comments

Comments
 (0)