Move picocli version to version.gradle

This commit is contained in:
Paul Schaub 2022-04-26 00:34:29 +02:00
parent aa346459e2
commit a6be316ed2
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@ allprojects {
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'
junitSysExitVersion = '1.1.2'
picocliVersion = '4.6.3'
mockitoVersion = '4.5.1'
}
}