Skip to content

Commit

Permalink
Bump versions.jsonUnit from 2.35.0 to 2.36.0 (#1976)
Browse files Browse the repository at this point in the history
Bumps `versions.jsonUnit` from 2.35.0 to 2.36.0.

Updates `json-unit-core` from 2.35.0 to 2.36.0
- [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.35.0...json-unit-parent-2.36.0)

Updates `json-unit` from 2.35.0 to 2.36.0
- [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.35.0...json-unit-parent-2.36.0)

---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.javacrumbs.json-unit:json-unit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Akehurst <t.m.akehurst@googlemail.com>
  • Loading branch information
dependabot[bot] and tomakehurst committed Oct 21, 2022
1 parent d77938b commit 0746383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -30,7 +30,7 @@ project.ext {
guava : '31.1-jre',
jackson : '2.13.4.20221013',
xmlUnit : '2.9.0',
jsonUnit : '2.35.0',
jsonUnit : '2.36.0',
junitJupiter : '5.9.1'
]
}
Expand Down

0 comments on commit 0746383

Please sign in to comment.