Skip to content

Bump the maven group with 5 updates#222

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-96a59d31ed
Jun 3, 2026
Merged

Bump the maven group with 5 updates#222
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-96a59d31ed

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the maven group with 5 updates:

Package From To
org.apache.maven.plugins:maven-surefire-plugin 3.5.5 3.5.6
org.apache.maven.plugins:maven-failsafe-plugin 3.5.5 3.5.6
net.java.dev.jna:jna 5.18.1 5.19.0
org.xmlunit:xmlunit-core 2.11.0 2.12.0
org.xmlunit:xmlunit-assertj3 2.11.0 2.12.0

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates net.java.dev.jna:jna from 5.18.1 to 5.19.0

Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.19.0

Features

  • #1696: Add LARGE_INTEGER.ByValue to LARGE_INTEGER in WinNT.java - @​baier233.
  • #1697: Add WlanApi module - @​eranl.
  • #1718: Add Cups to c.s.j.p.unix providing CUPS printing system bindings for destinations, jobs, options, and server configuration - @​dbwiddis.
  • #1720: Add groupCount and groupMasks fields to CACHE_RELATIONSHIP in c.s.j.p.win32.WinNT, matching the updated Windows struct layout - @​dbwiddis.
  • #1719: Add CoreGraphics to c.s.j.p.mac with Quartz Window Services and Display Services bindings; implement getAllWindows() in MacWindowUtils - @​dbwiddis.
  • #1723: Add ProcFdInfo, InSockInfo, TcpSockInfo, proc_pidfdinfo, statfs64, and vm_deallocate to c.s.j.p.mac.SystemB - @​dbwiddis.
  • #1725: Add BluetoothApis to c.s.j.p.win32 providing Bluetooth device and radio enumeration via BluetoothFindFirstRadio, BluetoothFindFirstDevice, and related functions - @​dbwiddis.

Bug Fixes

  • #1644: Fix bug in VARDESC and TYPEDESC causing an illegal memory access - @​lwahonen
  • #1715: Fix UdevDevice.getSysname() calling udev_device_get_syspath instead of udev_device_get_sysname - @​dbwiddis.
  • #1721: Fix switched serverName/domainName arguments in Netapi32Util#getDCName - @​dbwiddis.
  • #1722: Fix Advapi32#RegisterServiceCtrlHandler using wrong Handler type - @​dbwiddis.
  • #1636: Drop hard dependency on java.lang.SecurityManager/java.security.AccessController - @​matthiasblaesing.
  • #1724: Fix host_page_size in c.s.j.p.mac.SystemB and getxattr/setxattr/listxattr in c.s.j.p.mac.XAttr using long instead of pointer-sized types for size_t/ssize_t parameters - @​dbwiddis.
  • #1727: Include DragonFlyBSD in NativeLibrary versioned library resolution, libc special-case loading, and 64-bit search paths - @​dbwiddis.
  • #1709: Rebuild native library for OpenBSD 7.9 x86-64, drop OpenBSD x86 - @​matthiasblaesing.
Commits
  • 9ff1381 Release 5.19.0
  • 2d038ef Merge pull request #1726 from matthiasblaesing/openbsd
  • eecab35 Update native built for OpenBSD 7.9 (x86-64 only)
  • f670868 Merge pull request #1727 from dbwiddis/fix/dragonflybsd-library-loading
  • 08628c0 Include DragonFlyBSD in library loading fallback paths
  • 0e29d6f Add BluetoothApis to c.s.j.p.win32
  • 2771c1a Address review: use HANDLEByReference and UNICODE_OPTIONS
  • da652b6 Add BluetoothApis to c.s.j.p.win32
  • 5c421d7 Merge pull request #1723 from dbwiddis/add-resource-usage-and-proc-info
  • abfd400 Add proc_info structs and methods to mac SystemB
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0

Release notes

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

XMLUnit for Java 2.12.0

This release may require you to adjust you configuration when comparing files that use DTDs. When XMLUnit 2.6.0 has been release it was intended to disallow DTD parsing by default, but due to a bug still allowed it. This has now been fixed.

Full list of changes:

  • 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 withDTDParsingDisabled do 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.DefaultWithDTDParsing provides the behavior of XMLUnit 2.6.0 to 2.11.0.

    PRs #326 by @​jmestwa-coder and #328

Changelog

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

XMLUnit for Java 2.12.0 - /Released 2026-05-31/

  • 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 withDTDParsingDisabled do 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.DefaultWithDTDParsing provides the behavior of XMLUnit 2.6.0 to 2.11.0.

    PRs #326 by @​jmestwa-coder and #328

Commits
  • 35a8243 prepare 2.12.0 release
  • e84de90 make javadoc build work
  • 7e11085 bump plugins
  • 9bfc67b Merge pull request #328 from xmlunit/fix-tests-introduce-new-DefaultWithDtdPa...
  • b5361e0 adjust tests, allow DTD parsing where necessary
  • e71cc58 introduce DefaultWithDTDParsing configuration
  • aafa4e4 Merge pull request #327 from xmlunit/rel-notes
  • a799d5c xmlunit-assertj3 is also certainly recommended for assertj 3 users
  • ba255e7 Merge pull request #326 from jmestwa-coder/dtd-parsing-disabled
  • 3a28d4e fix withDTDParsingDisabled to actually reject doctype declarations
  • Additional commits viewable in compare view

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

Release notes

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

XMLUnit for Java 2.12.0

This release may require you to adjust you configuration when comparing files that use DTDs. When XMLUnit 2.6.0 has been release it was intended to disallow DTD parsing by default, but due to a bug still allowed it. This has now been fixed.

Full list of changes:

  • 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 withDTDParsingDisabled do 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.DefaultWithDTDParsing provides the behavior of XMLUnit 2.6.0 to 2.11.0.

    PRs #326 by @​jmestwa-coder and #328

Changelog

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

XMLUnit for Java 2.12.0 - /Released 2026-05-31/

  • 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 withDTDParsingDisabled do 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.DefaultWithDTDParsing provides the behavior of XMLUnit 2.6.0 to 2.11.0.

    PRs #326 by @​jmestwa-coder and #328

Commits
  • 35a8243 prepare 2.12.0 release
  • e84de90 make javadoc build work
  • 7e11085 bump plugins
  • 9bfc67b Merge pull request #328 from xmlunit/fix-tests-introduce-new-DefaultWithDtdPa...
  • b5361e0 adjust tests, allow DTD parsing where necessary
  • e71cc58 introduce DefaultWithDTDParsing configuration
  • aafa4e4 Merge pull request #327 from xmlunit/rel-notes
  • a799d5c xmlunit-assertj3 is also certainly recommended for assertj 3 users
  • ba255e7 Merge pull request #326 from jmestwa-coder/dtd-parsing-disabled
  • 3a28d4e fix withDTDParsingDisabled to actually reject doctype declarations
  • Additional commits viewable in compare view

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

Release notes

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

XMLUnit for Java 2.12.0

This release may require you to adjust you configuration when comparing files that use DTDs. When XMLUnit 2.6.0 has been release it was intended to disallow DTD parsing by default, but due to a bug still allowed it. This has now been fixed.

Full list of changes:

  • 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 withDTDParsingDisabled do 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.DefaultWithDTDParsing provides the behavior of XMLUnit 2.6.0 to 2.11.0.

    PRs #326 by @​jmestwa-coder and #328

Changelog

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

XMLUnit for Java 2.12.0 - /Released 2026-05-31/

  • 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 withDTDParsingDisabled do 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.DefaultWithDTDParsing provides the behavior of XMLUnit 2.6.0 to 2.11.0.

    PRs #326 by @​jmestwa-coder and #328

Commits
  • 35a8243 prepare 2.12.0 release
  • e84de90 make javadoc build work
  • 7e11085 bump plugins
  • 9bfc67b Merge pull request #328 from xmlunit/fix-tests-introduce-new-DefaultWithDtdPa...
  • b5361e0 adjust tests, allow DTD parsing where necessary
  • e71cc58 introduce DefaultWithDTDParsing configuration
  • aafa4e4 Merge pull request #327 from xmlunit/rel-notes
  • a799d5c xmlunit-assertj3 is also certainly recommended for assertj 3 users
  • ba255e7 Merge pull request #326 from jmestwa-coder/dtd-parsing-disabled
  • 3a28d4e fix withDTDParsingDisabled to actually reject doctype declarations
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.18.1` | `5.19.0` |
| [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) | `2.11.0` | `2.12.0` |
| [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) | `2.11.0` | `2.12.0` |


Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `net.java.dev.jna:jna` from 5.18.1 to 5.19.0
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.18.1...5.19.0)

Updates `org.xmlunit:xmlunit-core` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.11.0...v2.12.0)

Updates `org.xmlunit:xmlunit-assertj3` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.11.0...v2.12.0)

Updates `org.xmlunit:xmlunit-assertj3` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: net.java.dev.jna:jna
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-core
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.12.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 Jun 3, 2026
@github-actions github-actions Bot merged commit 881117f into main Jun 3, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/maven-96a59d31ed branch June 3, 2026 02:47
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