Skip to content

Commit 7cda694

Browse files
committed
Upgrade AssertJ, Hamcrest
1 parent a722040 commit 7cda694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ ext {
3636
modifiedFiles =
3737
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
3838

39-
assertjVersion = '3.13.2'
39+
assertjVersion = '3.14.0'
4040
assertkVersion = '0.20'
4141
commonsHttpClientVersion = '4.5.10'
4242
googleJsr305Version = '3.0.2'
43-
hamcrestVersion = '2.1'
43+
hamcrestVersion = '2.2'
4444
jacksonVersion = '2.10.0'
4545
jaywayJsonPathVersion = '2.4.0'
4646
junit4Version = '4.12'

0 commit comments

Comments
 (0)