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:
parent
0874805580
commit
163cfd20e1
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue