Skip to content

Commit

Permalink
Bump org.xmlunit:xmlunit-core from 2.8.2 to 2.9.1
Browse files Browse the repository at this point in the history
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.2 to 2.9.1.
- [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.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent df3c4c8 commit 45cf703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit5Version")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junit5Version")
testImplementation("com.willowtreeapps.assertk:assertk:0.24")
testImplementation("org.xmlunit:xmlunit-core:2.8.2")
testImplementation("org.xmlunit:xmlunit-core:2.9.1")
testImplementation("org.reflections:reflections:0.10.2")
}

Expand Down

0 comments on commit 45cf703

Please sign in to comment.