1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 05:24:49 +02:00

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

View file

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