Skip to content

Commit

Permalink
build(deps): bump com.github.fslev:json-compare from 6.11 to 6.12
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and Pfeil committed Nov 20, 2023
1 parent 20d8394 commit da01220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
// read from and write to zip files
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
// compare json documents in tests
implementation 'com.github.fslev:json-compare:6.11'
implementation 'com.github.fslev:json-compare:6.12'
// url validator
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
// logging
Expand Down

0 comments on commit da01220

Please sign in to comment.