Skip to content

Commit 2fcdcb7

Browse files
fix(deps): update dependency com.github.fslev:json-compare to v8
1 parent 438d044 commit 2fcdcb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
// read from and write to zip files
5959
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.6'
6060
// compare json documents in tests
61-
implementation 'com.github.fslev:json-compare:7.2'
61+
implementation 'com.github.fslev:json-compare:8.0'
6262
// url validator
6363
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1'
6464
// logging

0 commit comments

Comments
 (0)