Skip to content

Bump the maven group with 6 updates - #362

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-ccf8bf3e36
Aug 24, 2026
Merged

Bump the maven group with 6 updates#362
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-ccf8bf3e36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 6 updates:

Package From To
com.diffplug.spotless:spotless-maven-plugin 3.9.0 3.10.0
io.quarkus.platform:quarkus-bom 3.38.2 3.38.3
io.quarkus:quarkus-extension-processor 3.38.2 3.38.3
io.quarkus:quarkus-extension-maven-plugin 3.38.2 3.38.3
io.quarkus.platform:quarkus-maven-plugin 3.38.2 3.38.3
io.swagger.core.v3:swagger-annotations 2.2.53 2.2.54

Updates com.diffplug.spotless:spotless-maven-plugin from 3.9.0 to 3.10.0

Release notes

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

Maven Plugin v3.10.0

Added

  • New <shortenFullyQualifiedTypes> step for Java, which replaces fully-qualified type names with their simple names and adds the imports they need. Best combined with <importOrder> and <removeUnusedImports>. (#2945)
  • Add embedded lockfiles to Eclipse JDT for every supported version (4.9 through 4.40), so eclipse() resolves from Maven Central instead of querying a P2 update site. Versions without an embedded lockfile still fall back to P2 provisioning. (#1996)
  • Add support to apply alternate license header within same format (#872)
  • Add support to skip license header application based on source file content pattern (#650).

Fixed

  • removeUnusedImports no longer fails on Java import module declarations. (#2890)
  • Concurrent P2 provisioning no longer races Solstice's on-disk cache (affects Eclipse-based formatters under parallel builds). (#3004)

Changes

  • Default google-java-format remains 1.28.0 on JVM 17; bumps to 1.30.0 on JVM 21+; require at least 1.30.0 on JVM 25+ for import module support.
  • Bump default eclipse version to latest 4.39 -> 4.40. (#1996)
  • Document Maven skip properties spotless.skip, spotless.check.skip, and spotless.apply.skip. Goal-specific skips now live on their own mojos so they no longer leak across goals. (#3009)
  • Bump default adocfmt version 0.2.0 -> 0.3.1, which adds table formatting support (<formatTables>, <tableLayout>, <tableMaxLineWidth>, <tableBlankLines>).
Commits
  • 426b21d Published maven/3.10.0
  • 2fd42ea Published gradle/8.10.0
  • d71ed1a Published lib/4.10.0
  • 8b57c01 Add shortenFullyQualifiedTypes step (fixes #2945) (#3005 closes #2945)
  • 6b42c5e fix: make the FQN-collecting visitor a named static class
  • 4430823 Better organization on the changelogs.
  • 45bea6d Better place to put the shortenFullyQualifiedTypes docs
  • 0c49e65 chore: spotlessApply
  • 1c5bc0a docs: list the Java import steps in the plugin README tables of contents
  • cd57b58 docs: document shortenFullyQualifiedTypes in the plugin READMEs
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-bom from 3.38.2 to 3.38.3

Commits
  • 38ec9d1 [maven-release-plugin] prepare release 3.38.3
  • d55783b Merge pull request #2134 from quarkusio/quarkus-3.38.3
  • 73ba5d7 Upgrade to Quarkus 3.38.3
  • e782930 Merge pull request #2130 from quarkusio/update-automation/3.38-amazonservices...
  • 6b10954 Update AmazonServices to 3.21.2
  • 737a01b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.38.2 to 3.38.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.38.2 to 3.38.3

Release notes

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

3.38.3

Complete changelog

  • #34749 - Openshift manifest generator does not detect commit id in "detached HEAD" state
  • #55437 - Bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /devtools/gradle
  • #55875 - Tree shake break with liquibase extension, if no changelog file exists
  • #55918 - Quarkus dev mode fails on macOS when GNU stty precedes BSD stty in PATH
  • #55924 - Make sure liquibase extensions don't fail on missing change logs
  • #55948 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3
  • #55954 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /devtools/gradle
  • #55967 - Correct typo in catalog overrides
  • #55983 - Avoid eagerly initializing the full map of System#getProperties when not necessary
  • #55985 - Fall back to the basic console when terminal initialization fails in dev mode
  • #55990 - [3.x] Bump dekorate to 4.1.11
  • #56021 - quarkus-logging-json 3.36.x and above removes MDC information when choosing ECS format
  • #56024 - Disable tree-shake in test mode
  • #56033 - Keep MDC and NDC data in the ECS log format
  • #56038 - [3.x] Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • #56047 - [3.38] Revert "Bump org.bouncycastle:bc-jdk18on-bom from 1.84 to 1.85"
  • #56066 - Pass String array arguments of the invoked secured method to @PermissionChecker
  • #56067 - Do not set an invalid country code when generating the Quarkus Dev CA
  • #56077 - Apply CliSettings customizers in CliRunner single-command execution path
Commits
  • bcbd9aa [RELEASE] - Bump version to 3.38.3
  • 44d311b Merge pull request #56076 from gsmet/3.38.3-backports-1
  • 4074424 fix(security): permission checkers should recognize string arrays as arguments
  • fe8b64e Apply CliSettings customizers in CliRunner single-command execution path
  • 90a4b29 Bump dekorate to 4.1.11 fixing quarkusio/quarkus#34...
  • 6847c7f Disable the Quarkus Dev CA generation test on Windows
  • 5f492c0 Do not set an invalid country code when generating the Quarkus Dev CA
  • 5a142b7 Keep MDC and NDC data in the ECS log format
  • 8bf2801 Disable tree-shake in test mode
  • 2bafc21 Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.38.2 to 3.38.3

Commits
  • 38ec9d1 [maven-release-plugin] prepare release 3.38.3
  • d55783b Merge pull request #2134 from quarkusio/quarkus-3.38.3
  • 73ba5d7 Upgrade to Quarkus 3.38.3
  • e782930 Merge pull request #2130 from quarkusio/update-automation/3.38-amazonservices...
  • 6b10954 Update AmazonServices to 3.21.2
  • 737a01b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.38.2 to 3.38.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.38.2 to 3.38.3

Release notes

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

3.38.3

Complete changelog

  • #34749 - Openshift manifest generator does not detect commit id in "detached HEAD" state
  • #55437 - Bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /devtools/gradle
  • #55875 - Tree shake break with liquibase extension, if no changelog file exists
  • #55918 - Quarkus dev mode fails on macOS when GNU stty precedes BSD stty in PATH
  • #55924 - Make sure liquibase extensions don't fail on missing change logs
  • #55948 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3
  • #55954 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /devtools/gradle
  • #55967 - Correct typo in catalog overrides
  • #55983 - Avoid eagerly initializing the full map of System#getProperties when not necessary
  • #55985 - Fall back to the basic console when terminal initialization fails in dev mode
  • #55990 - [3.x] Bump dekorate to 4.1.11
  • #56021 - quarkus-logging-json 3.36.x and above removes MDC information when choosing ECS format
  • #56024 - Disable tree-shake in test mode
  • #56033 - Keep MDC and NDC data in the ECS log format
  • #56038 - [3.x] Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • #56047 - [3.38] Revert "Bump org.bouncycastle:bc-jdk18on-bom from 1.84 to 1.85"
  • #56066 - Pass String array arguments of the invoked secured method to @PermissionChecker
  • #56067 - Do not set an invalid country code when generating the Quarkus Dev CA
  • #56077 - Apply CliSettings customizers in CliRunner single-command execution path
Commits
  • bcbd9aa [RELEASE] - Bump version to 3.38.3
  • 44d311b Merge pull request #56076 from gsmet/3.38.3-backports-1
  • 4074424 fix(security): permission checkers should recognize string arrays as arguments
  • fe8b64e Apply CliSettings customizers in CliRunner single-command execution path
  • 90a4b29 Bump dekorate to 4.1.11 fixing quarkusio/quarkus#34...
  • 6847c7f Disable the Quarkus Dev CA generation test on Windows
  • 5f492c0 Do not set an invalid country code when generating the Quarkus Dev CA
  • 5a142b7 Keep MDC and NDC data in the ECS log format
  • 8bf2801 Disable tree-shake in test mode
  • 2bafc21 Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.38.2 to 3.38.3

Commits
  • 38ec9d1 [maven-release-plugin] prepare release 3.38.3
  • d55783b Merge pull request #2134 from quarkusio/quarkus-3.38.3
  • 73ba5d7 Upgrade to Quarkus 3.38.3
  • e782930 Merge pull request #2130 from quarkusio/update-automation/3.38-amazonservices...
  • 6b10954 Update AmazonServices to 3.21.2
  • 737a01b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.53 to 2.2.54

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.9.0` | `3.10.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.38.2` | `3.38.3` |
| io.quarkus:quarkus-extension-processor | `3.38.2` | `3.38.3` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.38.2` | `3.38.3` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.38.2` | `3.38.3` |
| io.swagger.core.v3:swagger-annotations | `2.2.53` | `2.2.54` |


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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.38.2 to 3.38.3

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.38.2 to 3.38.3

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

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

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.53 to 2.2.54

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.3
  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.54
  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 Aug 24, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 24, 2026 16:44
@sonarqubecloud

Copy link
Copy Markdown

@github-actions
github-actions Bot merged commit 08ae22b into main Aug 24, 2026
4 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/maven-ccf8bf3e36 branch August 24, 2026 16:54
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