Skip to content

Commit

Permalink
Bump xmlunit-core from 2.8.2 to 2.8.3 (#6616)
Browse files Browse the repository at this point in the history
Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2021
1 parent a96703d commit 031225a
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 @@ -183,7 +183,7 @@ dependencies {
exclude group: 'xml-apis', module: 'xml-apis'
}
implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.9.0'
implementation group: 'org.xmlunit', name: 'xmlunit-core', version:'2.8.2'
implementation group: 'org.xmlunit', name: 'xmlunit-core', version:'2.8.3'
implementation group: 'org.controlsfx', name: 'controlsfx', version:'11.1.0'

implementation group: 'net.sourceforge.pcgen', name: 'PCGen-base', version:'1.0.170'
Expand Down

0 comments on commit 031225a

Please sign in to comment.