Skip to content

Commit 9363dba

Browse files
Bump org.xmlunit:xmlunit-matchers from 2.10.2 to 2.10.3 (#7357)
Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.10.2...v2.10.3) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-matchers dependency-version: 2.10.3 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>
1 parent 1129d36 commit 9363dba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ dependencies {
239239
exclude group: 'xml-apis', module: 'xml-apis'
240240
}
241241
implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.9.0'
242-
implementation group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.2'
242+
implementation group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.3'
243243
implementation group: 'org.controlsfx', name: 'controlsfx', version: '11.2.2'
244244

245245
implementation group: 'net.sourceforge.pcgen', name: 'PCGen-base', version: '1.0.170'
@@ -267,7 +267,7 @@ dependencies {
267267
testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18'
268268
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: '21.0.2'
269269

270-
testImplementation group: 'org.xmlunit', name: 'xmlunit-matchers', version: '2.10.2'
270+
testImplementation group: 'org.xmlunit', name: 'xmlunit-matchers', version: '2.10.3'
271271
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
272272

273273
pmd 'net.sourceforge.pmd:pmd-ant:7.14.0'

0 commit comments

Comments
 (0)