Skip to content

Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0 - #2766

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/master/org.xmlunit-xmlunit-core-2.13.0
Aug 4, 2026
Merged

Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0#2766
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/master/org.xmlunit-xmlunit-core-2.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0.

Release notes

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

XMLUnit for Java 2.13.0

This release adds new options allowing people to strengthen the security of the XML parser used during validation or XPath evaluation and adds an option to specify the locale used to parse patterns in the isDateTime placeholder.

Full list of changes:

  • added explicit settings to the Validator classes that disable (external) DTD loading during validation. The default remains to allow loading of external content as this is often a requirement during validation.

    PRs #331 and #332 by @​jmestwa-coder

  • added constructor overloads to JAXPXPathEngine to allow specifying the DocumentBuilderFactory used for the Source overloads of the selectNodes and evaluate methods.

    PRs #333 by @​jmestwa-coder

  • IsDateTimePlaceholderHandler now parses the explicit and ISO date formats using Locale.US rather than the JVM default locale so results no longer depend on the host locale. An optional second argument allows specifying a different locale as a BCP 47 language tag.

    PR #335 by @​jmestwa-coder

Changelog

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

XMLUnit for Java 2.13.0 - /Released 2026-07-31/

  • added explicit settings to the Validator classes that disable (external) DTD loading during validation. The default remains to allow loading of external content as this is often a requirement during validation.

    PRs #331 and #332 by @​jmestwa-coder

  • added constructor overloads to JAXPXPathEngine to allow specifying the DocumentBuilderFactory used for the Source overloads of the selectNodes and evaluate methods.

    PRs #333 by @​jmestwa-coder

  • IsDateTimePlaceholderHandler now parses the explicit and ISO date formats using Locale.US rather than the JVM default locale so results no longer depend on the host locale. An optional second argument allows specifying a different locale as a BCP 47 language tag.

    PR #335 by @​jmestwa-coder

Commits
  • d7da10c prepare the 2.13.0 release
  • 998399d Merge pull request #336 from xmlunit/jmestwa-coder-isdatetime-locale
  • 084d1a4 add explicit test for empty second argument
  • 323c87f allow specifying locale for isDateTime pattern
  • ed2748b pin locale when parsing dates in IsDateTimePlaceholderHandler
  • f0a6fe6 Merge pull request #334 from xmlunit/add-release-notes
  • 4765a05 add release notes for #331 #332 #333 by @​jmestwa-coder
  • 9e4f6cd Merge pull request #332 from jmestwa-coder/parsing-validator-external-entities
  • 0a1885b Merge pull request #331 from jmestwa-coder/jaxp-validator-external-dtd
  • c3b7c7e Merge pull request #333 from jmestwa-coder/xpath-source-external-entities
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins dependency update (deels) automatische updates van gebruikte libraries labels Aug 4, 2026
@github-actions github-actions Bot removed the bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins label Aug 4, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 4, 2026 03:03
@github-actions
github-actions Bot merged commit 008ebbd into master Aug 4, 2026
27 of 28 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/master/org.xmlunit-xmlunit-core-2.13.0 branch August 4, 2026 03:19
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37%. Comparing base (6ee0fb8) to head (532d092).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #2766   +/-   ##
========================================
- Coverage        37%     37%   -0%     
  Complexity       74      74           
========================================
  Files           199     199           
  Lines         13551   13551           
  Branches       1431    1431           
========================================
- Hits           4909    4907    -2     
  Misses         8236    8236           
- Partials        406     408    +2     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency update (deels) automatische updates van gebruikte libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants