Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 by dependabot[bot] · Pull Request #98 · apache/maven-antrun-plugin (original) (raw)
Bumps org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0.
Release notes
Sourced from org.xmlunit:xmlunit-core's releases.
XMLUnit for Java 2.10.0
- add a new
ElementSelectors.byNameAndAllAttributesvariant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259- By default the
TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance ofTransformerFactoryandTransformerFactoryConfigurermay help with that. Inspired by Issue #264JAXPXPathEnginewill now try to disable the execution of extension functions by default but usesXPathFactory#setPropertywhich is not available prior to Java 18. You may want to enable secure processing on anXPathFactoryinstance you pass toJAXPXPathEngineinstead - andXPathFactoryConfigurermay help with that.
Changelog
Sourced from org.xmlunit:xmlunit-core's changelog.
XMLUnit for Java 2.10.0 - /Released 2024-04-28/
- add a new
ElementSelectors.byNameAndAllAttributesvariant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259- By default the
TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance ofTransformerFactoryandTransformerFactoryConfigurermay help with that. Inspired by Issue #264This is tracked as CVE-2024-31573.JAXPXPathEnginewill now try to disable the execution of extension functions by default but usesXPathFactory#setPropertywhich is not available prior to Java 18. You may want to enable secure processing on anXPathFactoryinstance you pass toJAXPXPathEngineinstead - andXPathFactoryConfigurermay help with that.
Commits
- 33a5d6a fix release number
- eceec4a javadocs
- 75828fd Create SECURITY.md
- dcaafe9 record extension function changes
- 611f6be try to disable extension functions for XPaths
- b81d48b disable XSLT extension functions by default, add more configurers
- ba14909 XMLUnit 1.x is no longer maintained
- cd6731e this is going to be a feature release, not a bugfix release
- c47d390 record last changes
- 5141915 add byNameAndAllAttributes that uses an attrbute filter
- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.