Skip to content

Commit dfaf168

Browse files
Bump org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0 (#7572)
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c836cdf commit dfaf168

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
@@ -246,8 +246,8 @@ dependencies {
246246
// 21.0.2 is the latest version. As of Nov 2025, we have moved to OpenJFX 25 so this may cause issues
247247
testImplementation 'org.testfx:openjfx-monocle:21.0.2'
248248

249-
testImplementation 'org.xmlunit:xmlunit-matchers:2.11.0'
250-
testImplementation 'org.xmlunit:xmlunit-core:2.11.0'
249+
testImplementation 'org.xmlunit:xmlunit-matchers:2.12.0'
250+
testImplementation 'org.xmlunit:xmlunit-core:2.12.0'
251251

252252
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
253253

0 commit comments

Comments
 (0)