Bump JUnit to 5.7.1

This commit is contained in:
Paul Schaub 2021-05-31 15:53:51 +02:00
parent ce4869e15a
commit 232b0f7445
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ allprojects {
}
project.ext {
junitVersion = '5.7.0'
junitVersion = '5.7.1'
androidBootClasspath = getAndroidRuntimeJar(pgpainlessMinAndroidSdk)
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()