Upgrade AssertJ, Hamcrest
This commit is contained in:
@@ -50,9 +50,9 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
assertjVersion = '3.13.2'
|
||||
assertjVersion = '3.14.0'
|
||||
googleJsr305Version = '3.0.2'
|
||||
hamcrestVersion = '2.1'
|
||||
hamcrestVersion = '2.2'
|
||||
hibernateValidationVersion = '6.0.17.Final'
|
||||
jacksonVersion = '2.10.0'
|
||||
jaywayJsonPathVersion = '2.4.0'
|
||||
|
||||
Reference in New Issue
Block a user