We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a722040 commit 7cda694Copy full SHA for 7cda694
build.gradle
@@ -36,11 +36,11 @@ ext {
36
modifiedFiles =
37
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
38
39
- assertjVersion = '3.13.2'
+ assertjVersion = '3.14.0'
40
assertkVersion = '0.20'
41
commonsHttpClientVersion = '4.5.10'
42
googleJsr305Version = '3.0.2'
43
- hamcrestVersion = '2.1'
+ hamcrestVersion = '2.2'
44
jacksonVersion = '2.10.0'
45
jaywayJsonPathVersion = '2.4.0'
46
junit4Version = '4.12'
0 commit comments