fix(deps): update all minor dependencies (v2-main) - #333
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
from
April 26, 2026 14:31
06e935b to
2ee03cc
Compare
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
2 times, most recently
from
May 12, 2026 20:43
7fa6fda to
5ff6c06
Compare
|
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
from
May 27, 2026 22:04
5ff6c06 to
330fc4c
Compare
|
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
from
May 31, 2026 13:44
330fc4c to
ca00b6f
Compare
|
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
from
July 2, 2026 15:33
ca00b6f to
849f335
Compare
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
from
July 10, 2026 09:09
849f335 to
179e34f
Compare
renovate
Bot
force-pushed
the
renovate/v2-main-all-minor-patch
branch
from
July 31, 2026 15:56
179e34f to
07690db
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
3.5.5→3.5.65.14.3→5.14.42.25.4→2.26.12.11.0→2.13.02.0.17→2.0.182.21.0→2.22.012.9→12.10Release Notes
apache/maven-surefire (org.apache.maven.plugins:maven-surefire-plugin)
v3.5.6xmlunit/xmlunit (org.xmlunit:xmlunit-assertj3)
v2.13.0Compare Source
added explicit settings to the
Validatorclasses that disable (external) DTD loading during validation. The defaultremains 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
JAXPXPathEngineto allow specifying theDocumentBuilderFactoryused for theSourceoverloads of theselectNodesandevaluatemethods.PRs #333 by @jmestwa-coder
IsDateTimePlaceholderHandlernow parses the explicit and ISO date formats usingLocale.USrather than the JVMdefault 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
v2.12.0Compare Source
bumped xmlunit-assertj3's dependency on assert to 3.27.7.
This is to make people aware of
GHSA-rqfh-9r24-8c9r
XMLUnit itself does not use the affected code in AssertJ so the upgrade is not strictly necessary - and this is why
the xmlunit-assertj module is not updated. In fact the assertions provided by xmlunit-assertj3 are the recommended
upgrade path for users of AssertJ 3.x+.
PRs #320 and
#321
actually made
withDTDParsingDisableddo what it says.This is a bugfix and in a way it is backwards incompatible as it changes default behavior in a way that I intended to
do with XMLUnit 2.6.0 eight years ago.
DocumentBuilderFactoryConfigurer.DefaultWithDTDParsingprovides thebehavior of XMLUnit 2.6.0 to 2.11.0.
PRs #326 by @jmestwa-coder
and #328
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.