Move dependency versions into version.gradle and bump bc to 1.71

This commit is contained in:
Paul Schaub 2022-04-07 21:41:27 +02:00
parent 0ebfadac2a
commit a36e01d7d2
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 4 additions and 4 deletions

View file

@ -70,9 +70,6 @@ allprojects {
}
project.ext {
junitVersion = '5.8.2'
slf4jVersion = '1.7.32'
logbackVersion = '1.2.10'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))