Skip to content

Commit

Permalink
chore(deps): bump org.xerial:sqlite-jdbc from 3.39.4.0 to 3.41.2.0
Browse files Browse the repository at this point in the history
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.41.2.0.
- [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/commits)

---
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] committed Mar 23, 2023
1 parent be5e83e commit afa7c28
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 @@ -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.2.0'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1'

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

0 comments on commit afa7c28

Please sign in to comment.