Skip to content

Commit

Permalink
chore(deps): bump sqlite-jdbc from 3.34.0 to 3.36.0.2
Browse files Browse the repository at this point in the history
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.36.0.2.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.34.0...3.36.0.2)

---
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>
  • Loading branch information
dependabot[bot] authored and probot-auto-merge[bot] committed Aug 26, 2021
1 parent af60cb0 commit 1bad89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'
testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.3'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.23'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.34.0'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.36.0.2'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.21'

testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
Expand Down

0 comments on commit 1bad89f

Please sign in to comment.