Skip to content

Bump the maven group with 6 updates#315

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-723c766b23
Mar 23, 2026
Merged

Bump the maven group with 6 updates#315
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-723c766b23

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the maven group with 6 updates:

Package From To
com.diffplug.spotless:spotless-maven-plugin 3.3.0 3.4.0
org.springframework.boot:spring-boot-dependencies 3.5.11 3.5.12
io.quarkus.platform:quarkus-bom 3.32.3 3.32.4
io.quarkus:quarkus-extension-processor 3.32.3 3.32.4
io.quarkus:quarkus-extension-maven-plugin 3.32.3 3.32.4
io.quarkus.platform:quarkus-maven-plugin 3.32.3 3.32.4

Updates com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0

Release notes

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

Maven Plugin v3.4.0

Added

  • Add tableTest format type for standalone .table files. (#2880)

Changes

  • Bump default tabletest-formatter version 1.0.1 -> 1.1.1, now works with Java 17+. (#2880)

Lib v3.3.1

Fixed

  • GitPrePushHookInstaller didn't work on windows, now fixed. (#2562)
Changelog

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

spotless-lib and spotless-lib-extra releases

If you are a Spotless user (as opposed to developer), then you are probably looking for:

This document is intended for Spotless developers.

We adhere to the keepachangelog format (starting after version 1.27.0).

[Unreleased]

[4.5.0] - 2026-03-18

Added

  • Add tableTest format type for standalone .table files. (#2880)

Changes

  • Bump default tabletest-formatter version 1.0.1 -> 1.1.1, now works with Java 17+. (#2880)

[4.4.0] - 2026-03-02

Added

  • Add tabletest-formatter support for Java and Kotlin. (#2860)

Fixed

  • Fix the ability to specify a wildcard version (*) for external formatter executables, which did not work. (#2848)
  • [fix] ConcurrentModificationException in expandWildcardImports (#2830)

[4.3.0] - 2026-01-27

Added

  • Add P2Provisioner interface in lib-extra to enable build-tool-specific caching strategies for Eclipse P2 dependencies, fixing OutOfMemoryError in large multi-project builds. (#2788)

Fixed

  • removeSemicolons() should not be applied to multiline strings in groovy #2780 (#2792)

[4.2.0] - 2026-01-22

Added

  • Add a expandWildcardImports API for java (#2679)
  • Add the ability to specify a wildcard version (*) for external formatter executables. (#2757)

Fixed

  • Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same node_modules directory. (#2786)
  • Git ratchet no longer throws an error with Git worktrees. (#2779)

Changes

  • Bump default ktfmt version to latest 0.59 -> 0.61. (2804)
  • Bump default ktlint version to latest 1.7.1 -> 1.8.0. (2763)
  • Bump default gherkin-utils version to latest 9.2.0 -> 10.0.0. (#2619)

[4.1.0] - 2025-11-18

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)

... (truncated)

Commits
  • 708a1b0 Published maven/3.4.0
  • 1cc0163 Published gradle/8.4.0
  • a4cd808 Published lib/4.5.0
  • 9066bf6 Add links to the changelog.
  • db8dc1c Fix for illegal mutation issue with predeclareDeps (#2892)
  • 0eb98a9 chore: Updated gradle plugin change
  • 3f7f12e chore: Removes check for predeclare as it's not needed anymore
  • 55c0c5c fix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually supported...
  • 47489af fix: avoid IllegalMutationException when root project uses predeclareDeps() w...
  • 4010e8b test: Introduce a test harnessing predeclared deps
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-dependencies from 3.5.11 to 3.5.12

Release notes

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

v3.5.12

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #49645
  • RSocket exposes duplicate endpoint for websocket setups #49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #49518
  • "spring.main.cloud-platform=none" does not disable cloud features #49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #49324
  • RouterFunctions descriptions in Actuator do not support nesting #49289
  • Maven plugin does not set '-parameters' option when processing AOT code #49268
  • SSL support with Docker Compose does not work as documented #49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #49055

📔 Documentation

  • List all supported colors when describing color-coded log output #49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #49506
  • Tutorial in the reference guide has outdated instructions #49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #49364
  • Example spring-devtools.properties file is shown in the wrong format #49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #49297
  • JDK requirement for the CLI still refers to Java 8 #49290
  • Java and Kotlin samples of an environment post processor are inconsistent #49282
  • Document additional repositories required for shibboleth.net #49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #49240

🔨 Dependency Upgrades

  • Upgrade to DB2 JDBC 12.1.4.0 #49544
  • Upgrade to Hibernate 6.6.44.Final #49457
  • Upgrade to Jakarta XML WS 4.0.3 #49458
  • Upgrade to JBoss Logging 3.6.3.Final #49630
  • Upgrade to Jetty 12.0.33 #49459
  • Upgrade to Kafka 3.9.2 #49460
  • Upgrade to Lombok 1.18.44 #49574
  • Upgrade to Maven Failsafe Plugin 3.5.5 #49461
  • Upgrade to Maven Shade Plugin 3.6.2 #49462
  • Upgrade to Maven Surefire Plugin 3.5.5 #49463
  • Upgrade to Micrometer 1.15.10 #49403
  • Upgrade to Micrometer Tracing 1.5.10 #49404
  • Upgrade to Pulsar 4.0.9 #49464
  • Upgrade to Reactor Bom 2024.0.16 #49405
  • Upgrade to Spring Batch 5.2.5 #49406
  • Upgrade to Spring Data Bom 2025.0.10 #49407
  • Upgrade to Spring Framework 6.2.17 #49408
  • Upgrade to Spring HATEOAS 2.5.2 #49586

... (truncated)

Commits
  • 285b074 Release v3.5.12
  • 6620dea Polishing
  • dd54841 Upgrade to Spring Batch 5.2.5
  • 1f2ea4a Revisit EndpointRequest matcher for additional paths
  • 01fbede Handle all requests in CloudFoundry mapping
  • dc54595 Merge pull request #49622 from dependabot[bot]
  • 9bc3768 Bump @​springio/asciidoctor-extensions in /antora
  • 6915834 Upgrade to Spring WS 4.1.3
  • a5db799 Upgrade to Spring Integration 6.5.8
  • 5ee4ffe Upgrade to JBoss Logging 3.6.3.Final
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-bom from 3.32.3 to 3.32.4

Commits
  • 7b4891f [maven-release-plugin] prepare release 3.32.4
  • 7ee28d4 Merge pull request #1795 from gsmet/quarkus-3.32.4
  • f285ad6 Upgrade to Quarkus 3.32.4
  • 52448e0 Merge pull request #1786 from scrocquesel/update-amz-3.32
  • 7345f4b Merge pull request #1788 from gsmet/3.32.4-backports-1
  • bcd1835 Quarkus MCP server 1.10.3
  • a703b9a Update to Debezium 3.4.2.Final
  • a3b8fc1 Upgrade Quarkus Amazon Services to 3.15.1
  • 177a623 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.3 to 3.32.4

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.3 to 3.32.4

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.32.4

Complete changelog

  • #50087 - Kafka Dev Service Loading on Different Docker Network
  • #52701 - DevMCP Error in Cursor
  • #52809 - unable to run kafka IT with jib and dev service
  • #52935 - quarkus-container-image-jib ignores jvm-additional-arguments when generating AOT cache
  • #52938 - [Docs]: Review Deploy to Openshift guide and update for Java 25
  • #52950 - Keycloak Dev Services: fix sharing of Keycloak container started by Quarkus
  • #52976 - AOT enhanced container image: make tag suffix configurable and support direct registry push
  • #52989 - Quarkus v3.31.2: Jacoco unable to find the project root
  • #52990 - Review of the TLS reference guide
  • #52997 - OOM fix for Dev UI
  • #53016 - Move network creation from IntegrationTestUtil into the DevServicesProcessor build step
  • #53019 - Re-enable injection of config from previous dev services to dependencies (regression fix)
  • #53026 - Add versions and PURLs to all the components in SBOMs, including misc files
  • #53029 - AOT guide - add steps to generate AOT cache manually
  • #53030 - Micrometer URI templating does not apply for Unauthorized and Forbidden requests
  • #53032 - Recompilation deps flaky fix
  • #53041 - Infinispan eager load and remove default client-intelligence
  • #53049 - path defined in %dev.quarkus.http.root-path results in HTTP 404
  • #53057 - DevMCP: Shortern 'getContinuousTestingResults' method name and warn if names are too long
  • #53058 - Take JVM args into account when creating AOT file
  • #53059 - AOT Cache is not being generated
  • #53063 - Make AOT container image build more configurable
  • #53064 - Add steps to manually create AOT file
  • #53067 - Fix path templating issue for overlapping paths
  • #53080 - Propagate Quarkus properties for Gradle Test tasks
  • #53098 - Ensure that shared Config build time runtime fixed uses the expected profile
  • #53105 - JacocoProcessor: make sure the parent dir of the data file exists
Commits
  • 3e55e03 [RELEASE] - Bump version to 3.32.4
  • f630b6c Revert "Simplify CracResource handling"
  • 3e6a436 Merge pull request #53117 from gsmet/3.32.4-backports-1
  • 2578b12 Ensure that shared Config build time runtime fixed uses the expected profile
  • 769da8a JacocoProcessor: make sure the parent dir of the data file exists
  • 9127896 Propagate Quarkus properties for Gradle Test tasks
  • c854bd9 Polish ObservabilityIntegrationRecorder
  • bd39d77 Fix path templating issue for overlapping paths
  • fe0f0fc DevMCP: Shortern the one method name and warn if names are too long
  • d9ed557 Add steps to manually create AOT file
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.32.3 to 3.32.4

Commits
  • 7b4891f [maven-release-plugin] prepare release 3.32.4
  • 7ee28d4 Merge pull request #1795 from gsmet/quarkus-3.32.4
  • f285ad6 Upgrade to Quarkus 3.32.4
  • 52448e0 Merge pull request #1786 from scrocquesel/update-amz-3.32
  • 7345f4b Merge pull request #1788 from gsmet/3.32.4-backports-1
  • bcd1835 Quarkus MCP server 1.10.3
  • a703b9a Update to Debezium 3.4.2.Final
  • a3b8fc1 Upgrade Quarkus Amazon Services to 3.15.1
  • 177a623 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.3 to 3.32.4

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.3 to 3.32.4

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.32.4

Complete changelog

  • #50087 - Kafka Dev Service Loading on Different Docker Network
  • #52701 - DevMCP Error in Cursor
  • #52809 - unable to run kafka IT with jib and dev service
  • #52935 - quarkus-container-image-jib ignores jvm-additional-arguments when generating AOT cache
  • #52938 - [Docs]: Review Deploy to Openshift guide and update for Java 25
  • #52950 - Keycloak Dev Services: fix sharing of Keycloak container started by Quarkus
  • #52976 - AOT enhanced container image: make tag suffix configurable and support direct registry push
  • #52989 - Quarkus v3.31.2: Jacoco unable to find the project root
  • #52990 - Review of the TLS reference guide
  • #52997 - OOM fix for Dev UI
  • #53016 - Move network creation from IntegrationTestUtil into the DevServicesProcessor build step
  • #53019 - Re-enable injection of config from previous dev services to dependencies (regression fix)
  • #53026 - Add versions and PURLs to all the components in SBOMs, including misc files
  • #53029 - AOT guide - add steps to generate AOT cache manually
  • #53030 - Micrometer URI templating does not apply for Unauthorized and Forbidden requests
  • #53032 - Recompilation deps flaky fix
  • #53041 - Infinispan eager load and remove default client-intelligence
  • #53049 - path defined in %dev.quarkus.http.root-path results in HTTP 404
  • #53057 - DevMCP: Shortern 'getContinuousTestingResults' method name and warn if names are too long
  • #53058 - Take JVM args into account when creating AOT file
  • #53059 - AOT Cache is not being generated
  • #53063 - Make AOT container image build more configurable
  • #53064 - Add steps to manually create AOT file
  • #53067 - Fix path templating issue for overlapping paths
  • #53080 - Propagate Quarkus properties for Gradle Test tasks
  • #53098 - Ensure that shared Config build time runtime fixed uses the expected profile
  • #53105 - JacocoProcessor: make sure the parent dir of the data file exists
Commits
  • 3e55e03 [RELEASE] - Bump version to 3.32.4
  • f630b6c Revert "Simplify CracResource handling"
  • 3e6a436 Merge pull request #53117 from gsmet/3.32.4-backports-1
  • 2578b12 Ensure that shared Config build time runtime fixed uses the expected profile
  • 769da8a JacocoProcessor: make sure the parent dir of the data file exists
  • 9127896 Propagate Quarkus properties for Gradle Test tasks
  • c854bd9 Polish ObservabilityIntegrationRecorder
  • bd39d77 Fix path templating issue for overlapping paths
  • fe0f0fc DevMCP: Shortern the one method name and warn if names are too long
  • d9ed557 Add steps to manually create AOT file
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.32.3 to 3.32.4

Commits
  • 7b4891f [maven-release-plugin] prepare release 3.32.4
  • 7ee28d4 Merge pull request #1795 from gsmet/quarkus-3.32.4
  • f285ad6 Upgrade to Quarkus 3.32.4
  • 52448e0 Merge pull request #1786 from scrocquesel/update-amz-3.32
  • 7345f4b Merge pull request #1788 from gsmet/3.32.4-backports-1
  • bcd1835 Quarkus MCP server 1.10.3
  • a703b9a Update to Debezium 3.4.2.Final
  • a3b8fc1 Upgrade Quarkus Amazon Services to 3.15.1
  • 177a623 [maven-release-plugin] prepare for 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 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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.3.0` | `3.4.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.11` | `3.5.12` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.32.3` | `3.32.4` |
| io.quarkus:quarkus-extension-processor | `3.32.3` | `3.32.4` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.32.3` | `3.32.4` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.32.3` | `3.32.4` |


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

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.11 to 3.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.11...v3.5.12)

Updates `io.quarkus.platform:quarkus-bom` from 3.32.3 to 3.32.4
- [Commits](quarkusio/quarkus-platform@3.32.3...3.32.4)

Updates `io.quarkus:quarkus-extension-processor` from 3.32.3 to 3.32.4

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.32.3 to 3.32.4
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.32.3...3.32.4)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.32.3 to 3.32.4
- [Commits](quarkusio/quarkus-platform@3.32.3...3.32.4)

Updates `io.quarkus:quarkus-extension-processor` from 3.32.3 to 3.32.4

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.32.3 to 3.32.4
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.32.3...3.32.4)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.32.3 to 3.32.4
- [Commits](quarkusio/quarkus-platform@3.32.3...3.32.4)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.32.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.32.4
  dependency-type: direct:development
  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 Mar 23, 2026
@github-actions github-actions bot merged commit 1b507f8 into main Mar 23, 2026
5 of 6 checks passed
@github-actions github-actions bot deleted the dependabot/maven/maven-723c766b23 branch March 23, 2026 17:19
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