Skip to content

Commit

Permalink
Bump org.xmlunit:xmlunit-assertj from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [org.xmlunit:xmlunit-assertj](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-assertj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent d230b7b commit e5250fb
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 @@ -66,7 +66,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'org.xmlunit:xmlunit-core:2.10.0'
testImplementation 'org.xmlunit:xmlunit-matchers:2.9.0'
testImplementation 'org.xmlunit:xmlunit-assertj:2.9.0'
testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0'
}

sourceSets.main.java.srcDirs = ['src/main/java', 'src/generated/java']
Expand Down

0 comments on commit e5250fb

Please sign in to comment.