Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update xmlunit.version to v2.10.0 #256

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.xmlunit:xmlunit-matchers (source) 2.9.1 -> 2.10.0 age adoption passing confidence
org.xmlunit:xmlunit-core (source) 2.9.1 -> 2.10.0 age adoption passing confidence

Release Notes

xmlunit/xmlunit (org.xmlunit:xmlunit-matchers)

v2.10.0

Compare Source

  • add a new ElementSelectors.byNameAndAllAttributes variant 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 of TransformerFactory and
    TransformerFactoryConfigurer may help with that.
    Inspired by Issue #​264
    This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses
    XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an
    XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sonarcloud bot commented Sep 12, 2024

@poikilotherm poikilotherm merged commit 6115cfa into branch-5.0 Sep 12, 2024
3 checks passed
@renovate renovate bot deleted the renovate/xmlunit.version branch September 12, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant