Skip to content

Commit 6eb45be

Browse files
dependabot[bot]Pfeil
authored andcommitted
Bump json-compare from 6.6 to 6.7
Bumps [json-compare](https://github.com/fslev/json-compare) from 6.6 to 6.7. - [Release notes](https://github.com/fslev/json-compare/releases) - [Changelog](https://github.com/fslev/json-compare/blob/main/Changelog.md) - [Commits](fslev/json-compare@json-compare-6.6...json-compare-6.7) --- updated-dependencies: - dependency-name: com.github.fslev:json-compare dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39eba58 commit 6eb45be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
// read from and write to zip files
3838
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.2'
3939
// compare json documents in tests
40-
implementation 'com.github.fslev:json-compare:6.6'
40+
implementation 'com.github.fslev:json-compare:6.7'
4141
// url validator
4242
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
4343
// logging

0 commit comments

Comments
 (0)