Skip to content

Commit 7857021

Browse files
Bump org.xmlunit:xmlunit-assertj3 from 2.10.0 to 2.10.2 in /e2e-tests (#1228)
Bumps [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) from 2.10.0 to 2.10.2. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.10.0...v2.10.2) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj3 dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be5ca62 commit 7857021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
2424
testImplementation "org.assertj:assertj-core:3.27.3"
2525
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
26-
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.0'
26+
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.2'
2727
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.4'
2828

2929
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

0 commit comments

Comments
 (0)