Move dependency versions into version.gradle and bump pgpainless to 1.2.0

This commit is contained in:
Paul Schaub 2022-04-07 21:38:07 +02:00
parent 2aaa2b5147
commit 1ab2db9c2f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 6 additions and 6 deletions

View file

@ -58,12 +58,6 @@ allprojects {
}
project.ext {
slf4jVersion = '1.7.32'
logbackVersion = '1.2.9'
junitVersion = '5.8.2'
mockitoVersion = '4.2.0'
pgpainlessVersion = '1.1.3'
pgpCertDJavaVersion = '0.1.0'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))

View file

@ -8,5 +8,11 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
slf4jVersion = '1.7.32'
logbackVersion = '1.2.9'
junitVersion = '5.8.2'
mockitoVersion = '4.2.0'
pgpainlessVersion = '1.2.0'
pgpCertDJavaVersion = '0.1.0'
}
}