mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-09 19:57:57 +01:00
Bump JUnit to 5.7.1
This commit is contained in:
parent
ce4869e15a
commit
232b0f7445
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue