Skip to content

Commit 1d5494b

Browse files
authored
Merge pull request #334 from kit-data-manager/renovate/com.github.fslev-json-compare-8.x
fix(deps): update dependency com.github.fslev:json-compare to v8.1
2 parents e559c8a + bb98f99 commit 1d5494b

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
@@ -56,7 +56,7 @@ dependencies {
5656
// read from and write to zip files
5757
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.6'
5858
// compare json documents in tests
59-
implementation 'com.github.fslev:json-compare:8.0'
59+
implementation 'com.github.fslev:json-compare:8.1'
6060
// url validator
6161
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1'
6262
// logging

0 commit comments

Comments
 (0)