Fix dependencies

This commit is contained in:
Paul Schaub 2022-01-11 15:08:36 +01:00
parent 1b24da7f1e
commit b2cca38ba7
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -15,7 +15,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:4.2.0'
implementation(project(":sop-java"))
implementation "info.picocli:picocli:$picocliVersion"
implementation "info.picocli:picocli:4.6.2"
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'