Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2025

Bumps the build-dependencies group with 5 updates:

Package From To
org.springframework:spring-expression 7.0.0 7.0.1
com.github.siom79.japicmp:japicmp-maven-plugin 0.24.2 0.25.0
com.diffplug.spotless:spotless-maven-plugin 3.0.0 3.1.0
org.codehaus.mojo:versions-maven-plugin 2.19.1 2.20.1
org.hibernate.infra.develocity:hibernate-develocity-maven-extension 3.1.10.Final 3.1.13.Final

Updates org.springframework:spring-expression from 7.0.0 to 7.0.1

Release notes

Sourced from org.springframework:spring-expression's releases.

v7.0.1

⭐ New Features

  • Align RestOperations Kotlin extensions nullability with Java one #35852
  • Add resetCaches() method to Caffeine/ConcurrentMapCacheManager #35840
  • Fix single-check idiom in UnmodifiableMultiValueMap #35822
  • Fix Spliterator characteristics in ConcurrentReferenceHashMap #35817
  • RestTestClient does not configure JsonPathAssertions in the same way as WebTestClient #35793

🐞 Bug Fixes

  • Fix JdbcOperations Kotlin extensions #35846
  • Fix getCacheNames() concurrent access in NoOpCacheManager #35842
  • Annotation discovery regression for interfaces extending BeanNameAware and co. #35835
  • MissingPathVariableException produces wrong status code in ProblemDetail #35829
  • Refine ParameterizedPreparedStatementSetter nullability #35749
  • Fix HtmlUtils unescape for supplementary chars #35477

📔 Documentation

  • Fix cross-reference links in HtmlUnit sections #35853
  • Remove @see Javadoc references to deprecated PropertiesBeanDefinitionReader #35836
  • Replace kotlin-issues attribute reference #35820
  • Document semantics and behavior of SpringExtension.getApplicationContext() #35764

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​juntae6942, @​kilink, @​ngocnhan-tran1996, and @​quaff

Commits
  • b038beb Release v7.0.1
  • abec289 Stop mentioning non-existent NestedServletException
  • 3026f0a Lazily initialize ProblemDetail for picking up actual status code
  • 9fe4e77 Fix link to MockMvc test in HtmlUnit section
  • d178930 Polishing
  • 91d2a51 Fix cross-reference links in HtmlUnit sections
  • f456674 Polishing
  • 35b8fbf Remove javadoc references to deprecated PropertiesBeanDefinitionReader
  • 1d1851f Refine RestOperations Kotlin extensions nullability
  • 23f0cfb Fix JdbcOperations Kotlin extensions
  • Additional commits viewable in compare view

Updates com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.2 to 0.25.0

Commits
  • 67ecde3 [maven-release-plugin] prepare release japicmp-base-0.25.0
  • 6c3cfb1 upgraded version in *.md files to 0.25.0
  • 677eabe 0.25.0-SNAPSHOT
  • 3cc9aa4 ReleaseNotes.md
  • c640748 Merge pull request #467 from jonahgraham/guess-version-in-cli
  • 88ebc06 Remove use of Java 11 in tests
  • 4ba7445 Add support for guessing version numbers to CLI invocations
  • 265004d Merge pull request #466 from siom79/maven-site-3.21
  • a484131 Merge pull request #465 from siom79/junit-6
  • e1aa5a9 junit 6.0.1, maven profile before-java-17
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Lib v3.1.0

Added

  • Support forclang-format on maven-plugin (#2406)
  • Allow overriding classLoader for all JarStates to enable spotless-cli (#2427)

Maven Plugin v3.1.0

Changes

  • Bump default ktfmt version to latest 0.58 -> 0.59. (#2681
  • Bump default jackson version to latest 2.20.0 -> 2.20.1. (#2730)
  • Bump default cleanthat version to latest 2.23 -> 2.24. (#2620)
  • POTENTIALLY BREAKING Removed support for ktlint versions below 1.0. (#2711)

Fixed

  • Use absolute path in the git pre push hook
  • palantirJavaFormat is no longer arbitrarily set to outdated versions on Java 17, latest available version is always used (#2686 fixes #2685)

Added

  • <forbidModuleImports> API for java (#2679)

Lib v3.0.2

Fixed

  • Node.JS-based tasks now work with the configuration cache (#2372)
  • Eclipse-based tasks can now handle parallel configuration (#2389)

Lib v3.0.1

Fixed

  • Deployment was missing part of the CDT formatter, now fixed. (#2384)
Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[3.1.0] - 2025-02-20

Added

  • Support forclang-format on maven-plugin (#2406)
  • Allow overriding classLoader for all JarStates to enable spotless-cli (#2427)

[3.0.2] - 2025-01-14

Fixed

  • Node.JS-based tasks now work with the configuration cache (#2372)
  • Eclipse-based tasks can now handle parallel configuration (#2389)

[3.0.1] - 2025-01-07

Fixed

  • Deployment was missing part of the CDT formatter, now fixed. (#2384)
Commits
  • 62eff17 Published lib/3.1.0
  • d88a76e feat: allow overriding JarSate classloader (to enable cli) (#2427)
  • 06c6ca8 chore: insert created PR#
  • 8ee1dfe chore: provide test to make sure overriding classloader works
  • 88d3c31 chore: update changelog for reflecting overridable classLoader in JarState
  • f519ed3 feat: allow overriding classLoader for jarstate
  • a410e9f adopt maven plugin development from gradle x (#2423 closes #2395)
  • fd5970c chore(deps): update plugin com.gradle.develocity to v3.19.2 (#2425)
  • cdb609e added changelog info in the right place
  • d6154e3 added changelog info
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.20.1

Release notes

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

2.20.1

🐛 Bug Fixes

2.20.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • b296a4f [maven-release-plugin] prepare release 2.20.1
  • b243939 Fixed #1313: Do not show existing version as update (#1315)
  • 773d0f3 [maven-release-plugin] prepare for next development iteration
  • 2467d99 [maven-release-plugin] prepare release 2.20.0
  • 4c240e7 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
  • 6d64537 Bump byteBuddyVersion from 1.18.0 to 1.18.1
  • 7736ca6 Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
  • 37a5330 Bump byteBuddyVersion from 1.17.7 to 1.18.0
  • edeb5e7 Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
  • 88874e0 Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • Additional commits viewable in compare view

Updates org.hibernate.infra.develocity:hibernate-develocity-maven-extension from 3.1.10.Final to 3.1.13.Final

Release notes

Sourced from org.hibernate.infra.develocity:hibernate-develocity-maven-extension's releases.

Release 3.1.13.Final

Changelog

  • ad0b6b1 [Jenkins release job] Preparing release 3.1.13.Final (Jenkins)
  • d706561 [Jenkins release job] Preparing next development iteration (Jenkins)

Contributors

We'd like to thank the following people for their contributions: Jenkins

Visit the website for details on getting in touch with us.

Release 3.1.12.Final

Changelog

  • 7dc047d [Jenkins release job] Preparing release 3.1.12.Final (Jenkins)
  • 3e8feb8 [Jenkins release job] Preparing next development iteration (Jenkins)
  • 210ad4b [Jenkins release job] Preparing release 3.1.11.Final (Jenkins)

Contributors

We'd like to thank the following people for their contributions: Jenkins

Visit the website for details on getting in touch with us.

Release 3.1.11.Final

Changelog

  • 210ad4b [Jenkins release job] Preparing release 3.1.11.Final (Jenkins)
  • babfa8b Merge pull request #72 from marko-bekhta/build/default-release-scripts (Marko Bekhta)
  • e2dd2e5 Remove the jboss.org docs ssh agent config (marko-bekhta)
  • 9b85356 Switch to the default version of the release scripts (marko-bekhta)
  • b2fc9c4 [Jenkins release job] Preparing next development iteration (Jenkins)

Contributors

We'd like to thank the following people for their contributions: GitHub, Jenkins, Marko Bekhta, marko-bekhta

Visit the website for details on getting in touch with us.

Commits
  • ad0b6b1 [Jenkins release job] Preparing release 3.1.13.Final
  • d706561 [Jenkins release job] Preparing next development iteration
  • 7dc047d [Jenkins release job] Preparing release 3.1.12.Final
  • 3e8feb8 [Jenkins release job] Preparing next development iteration
  • 210ad4b [Jenkins release job] Preparing release 3.1.11.Final
  • babfa8b Merge pull request #72 from marko-bekhta/build/default-release-scripts
  • e2dd2e5 Remove the jboss.org docs ssh agent config
  • 9b85356 Switch to the default version of the release scripts
  • b2fc9c4 [Jenkins release job] Preparing next development iteration
  • See full diff 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 build-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.0` | `7.0.1` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.24.2` | `0.25.0` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.0.0` | `3.1.0` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.19.1` | `2.20.1` |
| [org.hibernate.infra.develocity:hibernate-develocity-maven-extension](https://github.com/hibernate/hibernate-develocity-maven-extension) | `3.1.10.Final` | `3.1.13.Final` |


Updates `org.springframework:spring-expression` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v7.0.0...v7.0.1)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.24.2...japicmp-base-0.25.0)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/3.0.0...lib/3.1.0)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.19.1 to 2.20.1
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.19.1...2.20.1)

Updates `org.hibernate.infra.develocity:hibernate-develocity-maven-extension` from 3.1.10.Final to 3.1.13.Final
- [Release notes](https://github.com/hibernate/hibernate-develocity-maven-extension/releases)
- [Commits](hibernate/hibernate-develocity-maven-extension@3.1.10.Final...3.1.13.Final)

---
updated-dependencies:
- dependency-name: org.springframework:spring-expression
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.hibernate.infra.develocity:hibernate-develocity-maven-extension
  dependency-version: 3.1.13.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 25, 2025
@marko-bekhta marko-bekhta merged commit b6e2a4e into main Nov 25, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-fad47ffdc8 branch November 25, 2025 18:18
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.

2 participants