Skip to content

Bump the maven group with 7 updates#311

Merged
github-actions[bot] merged 2 commits intomainfrom
dependabot/maven/maven-13aeebb0a4
Mar 10, 2026
Merged

Bump the maven group with 7 updates#311
github-actions[bot] merged 2 commits intomainfrom
dependabot/maven/maven-13aeebb0a4

Conversation

@dependabot
Copy link
Contributor

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

Bumps the maven group with 7 updates:

Package From To
org.apache.maven.plugins:maven-resources-plugin 3.4.0 3.5.0
com.diffplug.spotless:spotless-maven-plugin 3.2.1 3.3.0
io.quarkus.platform:quarkus-bom 3.32.1 3.32.2
io.quarkus:quarkus-extension-processor 3.32.1 3.32.2
io.quarkus:quarkus-extension-maven-plugin 3.32.1 3.32.2
io.quarkus.platform:quarkus-maven-plugin 3.32.1 3.32.2
io.swagger.core.v3:swagger-annotations 2.2.43 2.2.44

Updates org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0

Release notes

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

3.5.0

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

Commits
  • ce485a0 [maven-release-plugin] prepare release maven-resources-plugin-3.5.0
  • bfadfff Use maven-filtering 3.5.0 (staged)
  • 3f74ba2 Drop commons-io; unused
  • caefcde Bug: use change detecton strategies (#462)
  • 38534e3 Cleanup deps (#463)
  • 0814ec7 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#461)
  • e2f9135 Bump org.apache.maven.plugins:maven-plugins from 45 to 47 (#459)
  • a050be3 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#457)
  • 1825b2a Bump mavenVersion from 3.9.11 to 3.9.12 (#452)
  • ad31b55 Add IT for #444 issue
  • Additional commits viewable in compare view

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

Release notes

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

Lib v3.3.0

Added

  • Allow specifying path to Biome JSON config file directly in biome step. Requires biome 2.x. (#2548)
  • GitPrePushHookInstaller, a reusable library component for installing a Git pre-push hook that runs formatter checks. (#2553)
  • Allow setting Eclipse XML config from a string, not only from files (#2361)

Changed

  • Bump default gson version to latest 2.11.0 -> 2.13.1. (#2414)
  • Bump default jackson version to latest 2.18.1 -> 2.19.2. (#2558)
  • Bump default gherkin-utils version to latest 9.0.0 -> 9.2.0. (#2408)
  • Bump default cleanthat version to latest 2.22 -> 2.23. (#2556)

Maven Plugin v3.3.0

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)
Changelog

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

[3.3.0] - 2025-07-20

Added

  • Allow specifying path to Biome JSON config file directly in biome step. Requires biome 2.x. (#2548)
  • GitPrePushHookInstaller, a reusable library component for installing a Git pre-push hook that runs formatter checks. (#2553)
  • Allow setting Eclipse XML config from a string, not only from files (#2361)

Changed

  • Bump default gson version to latest 2.11.0 -> 2.13.1. (#2414)
  • Bump default jackson version to latest 2.18.1 -> 2.19.2. (#2558)
  • Bump default gherkin-utils version to latest 9.0.0 -> 9.2.0. (#2408)
  • Bump default cleanthat version to latest 2.22 -> 2.23. (#2556)

[3.2.0] - 2025-07-07

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

[3.1.2] - 2025-05-27

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

[3.1.1] - 2025-04-07

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
  • Allow multiple npm-based formatters having the same module dependencies, to share a node_modules dir without race conditions. #2462)

[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)

... (truncated)

Commits
  • 015df60 Published lib/3.3.0
  • a7ea252 feat: supply eclipse formatter settings as XML content (#2361)
  • 0d0192d Use try-with-resources to make sure we don't have dangling streams.
  • b12ff7c More changelog fixup.
  • b26c800 Update changelogs.
  • 9798251 Merge branch 'main' into feature/eclipse-config-without-file-xml
  • af40183 add git pre push hook (#2553)
  • cee7009 fix(deps): update jackson monorepo to v2.19.2 (#2558)
  • 2dadeb6 uninstall fix
  • 259ec38 Modify git-hook docs, with an eye towards a future where there is both a pre-...
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-bom from 3.32.1 to 3.32.2

Commits
  • 35e90b3 [maven-release-plugin] prepare release 3.32.2
  • 8891943 Merge pull request #1771 from gsmet/quarkus-3.32.2
  • 24c5117 Upgrade to Quarkus 3.32.2
  • ff7b2cc Merge pull request #1767 from xstefank/qosdk-7.6.2-3.32
  • e7fef27 Update QOSDK to 7.6.2 for 3.32
  • e35deec [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.1 to 3.32.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.1 to 3.32.2

Release notes

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

3.32.2

Major changes

  • #52830 - Support masking request & response headers in rest client log

Complete changelog

  • #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #40274 - Context is lost when using caching
  • #48032 - Spring Data API Extension query with field named like the class broken
  • #49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #49285 - "open last exception in ide" leads to exception
  • #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #52397 - Make extension documentation clearer for indexed configuration properties
  • #52616 - Config doc - Add a list index for config groups in lists
  • #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #52755 - Force eager loading of Infinispan RemoteCache
  • #52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #52764 - Clarify application.yaml and application.yml precedence
  • #52766 - 3.32.1: tagging during maven build fails
  • #52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #52772 - Be more careful in using JSON types
  • #52773 - Handle empty multipart content
  • #52775 - Fix a corner case in new DurationConverter
  • #52778 - 3.32.1: IllegalArgumentException w/ @Injected MemorySize constructor parameter
  • #52779 - Allow overriding delete methods of PanacheRepositoryBase
  • #52783 - Handle projections with generic types
  • #52784 - Difficult/Unintuitive to disable executionMaxDelay of Quarkus scheduler via property override
  • #52787 - Duplicate Annoation on synthetic bean
  • #52793 - Various doc fixes
  • #52802 - Fix IntelliJ detection
  • #52803 - Improve Javadoc of quarkus.rest-client.connection-ttl
  • #52806 - Fix MethodNameParser to class name in method name
  • #52808 - Set version to main as dev and fallback to refname when branching
  • #52812 - Updates to Infinispan 16.0.7
  • #52814 - Fix a bug where the Mutiny context is lost on caching
  • #52816 - Scheduler - fix zero delay configuration
  • #52817 - Use specific case for Lambda's ObjectMapper
  • #52818 - Adding storage-engine properties into hibernate-orm.adoc
  • #52823 - Add missing implementations of JWT Validator into the native executable
  • #52830 - Support masking request & response headers in rest client log
  • #52839 - ArC: avoid duplicates early on
  • #52841 - Panache Next - Operations overload

... (truncated)

Commits
  • f9725c0 [RELEASE] - Bump version to 3.32.2
  • 24b0182 Do not check Quartz config consistency when doing reflection
  • a743a38 Condition build step execution properly to avoid triggering reflection
  • 505d44e Quarkus REST - Ignore Vert.x Web packages for reflection
  • d81be7c Undeprecate quarkus.otel.exporter.otlp.enabled
  • 0a9ad9b Don't include type annotation of return type for REST Client
  • ff7812e Minor doc clarification
  • 93083ff Merge pull request #52853 from gsmet/3.32.2-backports-1
  • 09293d5 Allow overriding delete methods of PanacheRepositoryBase
  • f5fef08 Provide a hashCode/equals implementation for PersistenceUnitKey
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.32.1 to 3.32.2

Commits
  • 35e90b3 [maven-release-plugin] prepare release 3.32.2
  • 8891943 Merge pull request #1771 from gsmet/quarkus-3.32.2
  • 24c5117 Upgrade to Quarkus 3.32.2
  • ff7b2cc Merge pull request #1767 from xstefank/qosdk-7.6.2-3.32
  • e7fef27 Update QOSDK to 7.6.2 for 3.32
  • e35deec [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.1 to 3.32.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.1 to 3.32.2

Release notes

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

3.32.2

Major changes

  • #52830 - Support masking request & response headers in rest client log

Complete changelog

  • #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #40274 - Context is lost when using caching
  • #48032 - Spring Data API Extension query with field named like the class broken
  • #49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #49285 - "open last exception in ide" leads to exception
  • #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #52397 - Make extension documentation clearer for indexed configuration properties
  • #52616 - Config doc - Add a list index for config groups in lists
  • #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #52755 - Force eager loading of Infinispan RemoteCache
  • #52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #52764 - Clarify application.yaml and application.yml precedence
  • #52766 - 3.32.1: tagging during maven build fails
  • #52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #52772 - Be more careful in using JSON types
  • #52773 - Handle empty multipart content
  • #52775 - Fix a corner case in new DurationConverter
  • #52778 - 3.32.1: IllegalArgumentException w/ @Injected MemorySize constructor parameter
  • #52779 - Allow overriding delete methods of PanacheRepositoryBase
  • #52783 - Handle projections with generic types
  • #52784 - Difficult/Unintuitive to disable executionMaxDelay of Quarkus scheduler via property override
  • #52787 - Duplicate Annoation on synthetic bean
  • #52793 - Various doc fixes
  • #52802 - Fix IntelliJ detection
  • #52803 - Improve Javadoc of quarkus.rest-client.connection-ttl
  • #52806 - Fix MethodNameParser to class name in method name
  • #52808 - Set version to main as dev and fallback to refname when branching
  • #52812 - Updates to Infinispan 16.0.7
  • #52814 - Fix a bug where the Mutiny context is lost on caching
  • #52816 - Scheduler - fix zero delay configuration
  • #52817 - Use specific case for Lambda's ObjectMapper
  • #52818 - Adding storage-engine properties into hibernate-orm.adoc
  • #52823 - Add missing implementations of JWT Validator into the native executable
  • #52830 - Support masking request & response headers in rest client log
  • #52839 - ArC: avoid duplicates early on
  • #52841 - Panache Next - Operations overload

... (truncated)

Commits
  • f9725c0 [RELEASE] - Bump version to 3.32.2
  • 24b0182 Do not check Quartz config consistency when doing reflection
  • a743a38 Condition build step execution properly to avoid triggering reflection
  • 505d44e Quarkus REST - Ignore Vert.x Web packages for reflection
  • d81be7c Undeprecate quarkus.otel.exporter.otlp.enabled
  • 0a9ad9b Don't include type annotation of return type for REST Client
  • ff7812e Minor doc clarification
  • 93083ff Merge pull request #52853 from gsmet/3.32.2-backports-1
  • 09293d5 Allow overriding delete methods of PanacheRepositoryBase
  • f5fef08 Provide a hashCode/equals implementation for PersistenceUnitKey
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.32.1 to 3.32.2

Commits
  • 35e90b3 [maven-release-plugin] prepare release 3.32.2
  • 8891943 Merge pull request #1771 from gsmet/quarkus-3.32.2
  • 24c5117 Upgrade to Quarkus 3.32.2
  • ff7b2cc Merge pull request #1767 from xstefank/qosdk-7.6.2-3.32
  • e7fef27 Update QOSDK to 7.6.2 for 3.32
  • e35deec [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.43 to 2.2.44

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.4.0` | `3.5.0` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.2.1` | `3.3.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.32.1` | `3.32.2` |
| io.quarkus:quarkus-extension-processor | `3.32.1` | `3.32.2` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.32.1` | `3.32.2` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.32.1` | `3.32.2` |
| io.swagger.core.v3:swagger-annotations | `2.2.43` | `2.2.44` |


Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](apache/maven-resources-plugin@v3.4.0...maven-resources-plugin-3.5.0)

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.32.1 to 3.32.2

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.32.1 to 3.32.2

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

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

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.43 to 2.2.44

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-resources-plugin
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.2
  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.2
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.2
  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.2
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.44
  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 Mar 9, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 9, 2026 18:30
@sonarqubecloud
Copy link

@github-actions github-actions bot merged commit 825130c into main Mar 10, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/maven/maven-13aeebb0a4 branch March 10, 2026 09:20
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.

1 participant