Skip to content

Commit 3e47fb2

Browse files
authored
Merge pull request #329 from kit-data-manager/renovate/com.github.fslev-json-compare-8.x
fix(deps): update dependency com.github.fslev:json-compare to v8
2 parents b8c3945 + 2fcdcb7 commit 3e47fb2

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
@@ -50,7 +50,7 @@ dependencies {
5050
// read from and write to zip files
5151
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.6'
5252
// compare json documents in tests
53-
implementation 'com.github.fslev:json-compare:7.2'
53+
implementation 'com.github.fslev:json-compare:8.0'
5454
// url validator
5555
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1'
5656
// logging

0 commit comments

Comments
 (0)