Skip to content

Commit da01220

Browse files
dependabot[bot]Pfeil
authored andcommitted
build(deps): bump com.github.fslev:json-compare from 6.11 to 6.12
Bumps [com.github.fslev:json-compare](https://github.com/fslev/json-compare) from 6.11 to 6.12. - [Changelog](https://github.com/fslev/json-compare/blob/main/Changelog.md) - [Commits](fslev/json-compare@json-compare-6.11...json-compare-6.12) --- 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 20d8394 commit da01220

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
@@ -45,7 +45,7 @@ dependencies {
4545
// read from and write to zip files
4646
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
4747
// compare json documents in tests
48-
implementation 'com.github.fslev:json-compare:6.11'
48+
implementation 'com.github.fslev:json-compare:6.12'
4949
// url validator
5050
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
5151
// logging

0 commit comments

Comments
 (0)