Move sqlite-jdbc version to version.gradle

This commit is contained in:
Paul Schaub 2022-04-26 01:35:40 +02:00
parent ba3d8b0230
commit 42ecab5aff
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dependencies {
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
implementation project(":pgp-cert-d-java")
api 'org.xerial:sqlite-jdbc:3.36.0.3'
api "org.xerial:sqlite-jdbc:$sqliteJdbcVersion"
}
test {

View File

@ -11,5 +11,6 @@ allprojects {
slf4jVersion = '1.7.36'
logbackVersion = '1.2.11'
junitVersion = '5.8.2'
sqliteJdbcVersion = '3.36.0.3'
}
}