mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-22 15:32:09 +01:00
Move sqlite-jdbc version to version.gradle
This commit is contained in:
parent
ba3d8b0230
commit
42ecab5aff
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ dependencies {
|
||||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
|
|
||||||
implementation project(":pgp-cert-d-java")
|
implementation project(":pgp-cert-d-java")
|
||||||
api 'org.xerial:sqlite-jdbc:3.36.0.3'
|
api "org.xerial:sqlite-jdbc:$sqliteJdbcVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
|
|
@ -11,5 +11,6 @@ allprojects {
|
||||||
slf4jVersion = '1.7.36'
|
slf4jVersion = '1.7.36'
|
||||||
logbackVersion = '1.2.11'
|
logbackVersion = '1.2.11'
|
||||||
junitVersion = '5.8.2'
|
junitVersion = '5.8.2'
|
||||||
|
sqliteJdbcVersion = '3.36.0.3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue