Skip to content

Commit

Permalink
Maven pom.xml(deps-dev): Bump xmlunit.version from 2.6.4 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps `xmlunit.version` from 2.6.4 to 2.9.0.

Updates `xmlunit-core` from 2.6.4 to 2.9.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.6.4...v2.9.0)

Updates `xmlunit-matchers` from 2.6.4 to 2.9.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.6.4...v2.9.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-matchers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 2, 2022
1 parent 9faa8cb commit 751669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<awaitility.version>4.2.0</awaitility.version>
<testcontainers.version>1.17.5</testcontainers.version>
<xmlunit.version>2.6.4</xmlunit.version>
<xmlunit.version>2.9.0</xmlunit.version>

<license.dir>${basedir}</license.dir>

Expand Down

0 comments on commit 751669e

Please sign in to comment.