Merge pull request #1146 from nightscout/dependabot/gradle/dev/org.xerial-sqlite-jdbc-3.36.0.3

Bump sqlite-jdbc from 3.34.0 to 3.36.0.3
This commit is contained in:
Milos Kozak 2022-01-10 11:34:53 +01:00 committed by GitHub
commit d267797bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ allprojects {
// Source: https://issuetracker.google.com/issues/174695268
configurations.configureEach {
resolutionStrategy {
force 'org.xerial:sqlite-jdbc:3.34.0'
force 'org.xerial:sqlite-jdbc:3.36.0.3'
}
}
}