Upgrade AssertJ, Hamcrest

This commit is contained in:
Gary Russell
2019-11-08 16:17:31 -05:00
parent 534780d7a4
commit 98a6354d6f

View File

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