Skip to content

Bump the maven group across 1 directory with 3 updates - #227

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-9d1883b499
Aug 3, 2026
Merged

Bump the maven group across 1 directory with 3 updates#227
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-9d1883b499

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the maven group with 3 updates in the / directory: net.datafaker:datafaker, org.xmlunit:xmlunit-core and org.xmlunit:xmlunit-assertj3.

Updates net.datafaker:datafaker from 2.6.0 to 2.7.0

Release notes

Sourced from net.datafaker:datafaker's releases.

2.7.0

What's Changed

Full Changelog: datafaker-net/datafaker@2.6.0...2.7.0

Commits
  • 3f43d4c Fix lowercase country code in Finance.bic() (#1853) (#1855)
  • 98a25a8 Bump actions/cache from 5 to 6 (#1854)
  • 2f057eb Add dedicated Http faker with status codes, headers, user agents and more (#1...
  • 5f39c3a docs: fix typos, syntax, formating (#1851)
  • 5f4ed38 Use primitive int as return type for nextInt (#1852)
  • a179fdd Do not create RegExpContext each time (#1849)
  • 93303ed Use jdk 25 and 26 in ci (#1850)
  • 7d76586 Bump com.googlecode.libphonenumber:libphonenumber from 9.0.32 to 9.0.33 (#1848)
  • 73accdd Fix typo in custom-providers documentation
  • 564dd23 fix(docs): render 2.6.0 release page H1 (#1846)
  • Additional commits viewable in compare view

Updates 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

Updates org.xmlunit:xmlunit-assertj3 from 2.12.0 to 2.13.0

Release notes

Sourced from org.xmlunit:xmlunit-assertj3'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-assertj3'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

Updates org.xmlunit:xmlunit-assertj3 from 2.12.0 to 2.13.0

Release notes

Sourced from org.xmlunit:xmlunit-assertj3'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-assertj3'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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 3 updates in the / directory: [net.datafaker:datafaker](https://github.com/datafaker-net/datafaker), [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) and [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit).


Updates `net.datafaker:datafaker` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/datafaker-net/datafaker/releases)
- [Changelog](https://github.com/datafaker-net/datafaker/blob/main/RELEASE_PROCESS.md)
- [Commits](datafaker-net/datafaker@2.6.0...2.7.0)

Updates `org.xmlunit:xmlunit-core` 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)

Updates `org.xmlunit:xmlunit-assertj3` 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)

Updates `org.xmlunit:xmlunit-assertj3` 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: net.datafaker:datafaker
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-core
  dependency-version: 2.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 3, 2026
@github-actions
github-actions Bot merged commit b98f6c6 into main Aug 3, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/maven-9d1883b499 branch August 3, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants