Skip to content

Commit 2c7f4f6

Browse files
Bump org.xmlunit:xmlunit-assertj3 from 2.10.3 to 2.10.4 in /e2e-tests (#1333)
Bumps [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) from 2.10.3 to 2.10.4. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.10.3...v2.10.4) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj3 dependency-version: 2.10.4 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> Co-authored-by: ORybak5 <[email protected]>
1 parent f39f4d1 commit 2c7f4f6

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
@@ -24,7 +24,7 @@ dependencies {
2424
testImplementation 'org.awaitility:awaitility:4.3.0'
2525
testImplementation "org.assertj:assertj-core:3.27.4"
2626
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
27-
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3'
27+
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.4'
2828
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
2929

3030
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)