1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-25 22:02:05 +01:00

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

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'))