Skip to content

Commit

Permalink
Bump org.xerial:sqlite-jdbc from 3.40.0.0 to 3.43.0.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.40.0.0 to 3.43.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.40.0.0...3.43.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 3eff97a commit aec54de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ dependencies {
testImplementation sourceSets.translate.output
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.json:json:20140107'
testImplementation 'org.xerial:sqlite-jdbc:3.40.0.0'
testImplementation 'org.xerial:sqlite-jdbc:3.43.0.0'
testImplementation 'joda-time:joda-time:2.9.4'
testImplementation 'com.squareup.retrofit2:retrofit:2.3.0'
testImplementation 'com.squareup.okhttp3:okhttp:4.11.0'
testImplementation 'com.google.guava:guava:31.1-jre'

ccapiImplementation sourceSets.main.output
ccapiImplementation 'org.json:json:20140107'
ccapiImplementation 'org.xerial:sqlite-jdbc:3.40.0.0'
ccapiImplementation 'org.xerial:sqlite-jdbc:3.43.0.0'
ccapiImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
ccapiImplementation 'joda-time:joda-time:2.9.4'
ccapiImplementation 'com.carrotsearch:hppc:0.9.1'
Expand Down

0 comments on commit aec54de

Please sign in to comment.