Skip to content

Bump the maven group across 1 directory with 5 updates#187

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-844e908866
Oct 27, 2025
Merged

Bump the maven group across 1 directory with 5 updates#187
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-844e908866

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the maven group with 5 updates in the / directory:

Package From To
net.datafaker:datafaker 2.5.2 2.5.3
org.codehaus.mojo:exec-maven-plugin 3.6.1 3.6.2
org.xmlunit:xmlunit-core 2.10.4 2.11.0
org.xmlunit:xmlunit-assertj3 2.10.4 2.11.0
org.springframework.boot:spring-boot-dependencies 3.5.6 3.5.7

Updates net.datafaker:datafaker from 2.5.2 to 2.5.3

Release notes

Sourced from net.datafaker:datafaker's releases.

2.5.3

What's Changed

New Contributors

Full Changelog: datafaker-net/datafaker@2.5.2...2.5.3

Commits

Updates org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.6.2

🚀 New features and improvements

📦 Dependency updates

Commits
  • 416fdf1 [maven-release-plugin] prepare release 3.6.2
  • 712e21d [maven-release-plugin] prepare release 3.1.2
  • 9d265a2 Add JPMS ServiceLoader Support with Multi-Release JAR (#500)
  • 1c26293 Bump asm.version from 9.8 to 9.9
  • 6525169 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Release notes

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

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

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

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

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

Release notes

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

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

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

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

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

Release notes

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

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

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

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-dependencies from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 in the / directory:

| Package | From | To |
| --- | --- | --- |
| [net.datafaker:datafaker](https://github.com/datafaker-net/datafaker) | `2.5.2` | `2.5.3` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.1` | `3.6.2` |
| [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) | `2.10.4` | `2.11.0` |
| [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) | `2.10.4` | `2.11.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |



Updates `net.datafaker:datafaker` from 2.5.2 to 2.5.3
- [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.5.2...2.5.3)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.1...3.6.2)

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

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

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

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

---
updated-dependencies:
- dependency-name: net.datafaker:datafaker
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-core
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 27, 2025
@github-actions github-actions bot merged commit f85266b into main Oct 27, 2025
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-844e908866 branch October 27, 2025 18:29
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