Bump JUnit to 5.7.2

This commit is contained in:
Paul Schaub 2021-08-18 15:03:05 +02:00
parent 0874805580
commit 163cfd20e1
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ allprojects {
}
project.ext {
junitVersion = '5.7.1'
junitVersion = '5.7.2'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))