Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps xmlunitVersion from 2.10.0 to 2.10.1.
Updates org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1

Release notes

Sourced from org.xmlunit:xmlunit-core's releases.

XMLUnit for Java 2.10.1

  • placeholders can now also be used inside of the local part of xsi:type attributes. PR #293

  • PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in xsi:type attributes. Issue #276

  • updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR #292

  • updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly

  • Migrated form TraciCI to CircleCI Issue #289

  • Migrated to Sonatype's Central Portal Issue #287

  • added a new BOM artifact xmlunit-bom Issue #269

  • Comparison has earned a new convenience constructor. PR #280 by @​hiufung-kwok

  • Input.from now detects Reader arguments and uses fromReader. PR #281 by @​SThomasP

Changelog

Sourced from org.xmlunit:xmlunit-core's changelog.

XMLUnit for Java 2.10.1 - /Released 2025-05-19/

  • placeholders can now also be used inside of the local part of xsi:type attributes. PR #293

  • PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in xsi:type attributes. Issue #276

  • updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR #292

  • updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly

  • Migrated form TravisCI to CircleCI Issue #289

  • Migrated to Sonatype's Central Portal Issue #287

  • added a new BOM artifact xmlunit-bom Issue #269

  • Comparison has earned a new convenience constructor. PR #280 by @​hiufung-kwok

  • Input.from now detects Reader arguments and uses fromReader. PR #281 by @​SThomasP

Commits
  • ec8c388 prepare 2.10.1 release
  • 7967a32 Merge pull request #293 from xmlunit/make-placeholders-deal-with-xsi-type
  • 7c2d8b3 cover case of different QName namespaces
  • 6d35d0c allow limited use of placeholders inside xsi:type attributes.
  • d06eeeb ensure PlaceholderDifferenceEvaluator survives differences in xsi:type attrib...
  • f72dde7 Merge pull request #292 from xmlunit/update-plugins
  • 8176781 ensure BOM is signed and SBOMs get published
  • 2423d86 update a few maven plugins
  • 7fa1bd6 Merge pull request #291 from xmlunit/extend-circle-ci
  • 88004a8 record bytebuddy update
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-matchers from 2.10.0 to 2.10.1

Release notes

Sourced from org.xmlunit:xmlunit-matchers's releases.

XMLUnit for Java 2.10.1

  • placeholders can now also be used inside of the local part of xsi:type attributes. PR #293

  • PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in xsi:type attributes. Issue #276

  • updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR #292

  • updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly

  • Migrated form TraciCI to CircleCI Issue #289

  • Migrated to Sonatype's Central Portal Issue #287

  • added a new BOM artifact xmlunit-bom Issue #269

  • Comparison has earned a new convenience constructor. PR #280 by @​hiufung-kwok

  • Input.from now detects Reader arguments and uses fromReader. PR #281 by @​SThomasP

Changelog

Sourced from org.xmlunit:xmlunit-matchers's changelog.

XMLUnit for Java 2.10.1 - /Released 2025-05-19/

  • placeholders can now also be used inside of the local part of xsi:type attributes. PR #293

  • PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in xsi:type attributes. Issue #276

  • updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR #292

  • updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly

  • Migrated form TravisCI to CircleCI Issue #289

  • Migrated to Sonatype's Central Portal Issue #287

  • added a new BOM artifact xmlunit-bom Issue #269

  • Comparison has earned a new convenience constructor. PR #280 by @​hiufung-kwok

  • Input.from now detects Reader arguments and uses fromReader. PR #281 by @​SThomasP

Commits
  • ec8c388 prepare 2.10.1 release
  • 7967a32 Merge pull request #293 from xmlunit/make-placeholders-deal-with-xsi-type
  • 7c2d8b3 cover case of different QName namespaces
  • 6d35d0c allow limited use of placeholders inside xsi:type attributes.
  • d06eeeb ensure PlaceholderDifferenceEvaluator survives differences in xsi:type attrib...
  • f72dde7 Merge pull request #292 from xmlunit/update-plugins
  • 8176781 ensure BOM is signed and SBOMs get published
  • 2423d86 update a few maven plugins
  • 7fa1bd6 Merge pull request #291 from xmlunit/extend-circle-ci
  • 88004a8 record bytebuddy update
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `xmlunitVersion` from 2.10.0 to 2.10.1.

Updates `org.xmlunit:xmlunit-core` from 2.10.0 to 2.10.1
- [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.1)

Updates `org.xmlunit:xmlunit-matchers` from 2.10.0 to 2.10.1
- [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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the mvn3 label May 20, 2025
@cstamas cstamas merged commit 169219a into maven-3.9.x May 23, 2025
29 checks passed
@cstamas cstamas deleted the dependabot/maven/maven-3.9.x/xmlunitVersion-2.10.1 branch May 23, 2025 19:50
@github-actions github-actions bot added this to the 3.9.10 milestone May 23, 2025
@jira-importer
Copy link

Resolve #9549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants