Skip to content

Bump the maven group with 6 updates - #364

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the maven group with 6 updates:

Package From To
com.diffplug.spotless:spotless-maven-plugin 3.10.0 3.10.1
org.openapitools:openapi-generator-maven-plugin 7.24.0 7.25.0
io.quarkus.platform:quarkus-bom 3.38.3 3.39.1
io.quarkus:quarkus-extension-processor 3.38.3 3.39.1
io.quarkus:quarkus-extension-maven-plugin 3.38.3 3.39.1
io.quarkus.platform:quarkus-maven-plugin 3.38.3 3.39.1

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

Release notes

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

Maven Plugin v3.10.1

Fixed

  • <prettier> and other npm-based steps no longer fail to start on npm 12 (EUNKNOWNCONFIG from --scripts-prepend-node-path). (#3024)
Commits
  • 4ea1c6c Published maven/3.10.1
  • f2f2348 Published gradle/8.10.1
  • 4bc8980 Published lib/4.10.1
  • 6fedfd5 chore(deps): update plugin errorprone to v5.1.1 (#3035)
  • 5e10f0b chore(deps): update plugin errorprone to v5.1.1
  • 3aa82b5 fix: expand a directory passed to targetExclude into the files under it (#3032)
  • 68bddde shortenFullyQualifiedTypes: skip FQNs whose simple name clashes with types de...
  • 6f73ed3 fix(deps): update dependency org.codehaus.plexus:plexus-utils to v4.1.0 (#3030)
  • bdeafe7 docs: changelog entry for the targetExclude directory fix
  • 4187eb3 fix: expand a directory passed to targetExclude into the files under it
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator-maven-plugin from 7.24.0 to 7.25.0

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

Commits
  • 77e4498 [maven-release-plugin] prepare release 3.39.1
  • 225cd01 Merge pull request #2150 from quarkusio/quarkus-3.39.1
  • 2a77d8f Upgrade to Quarkus 3.39.1
  • 2a6e81a Merge pull request #2145 from JiriOndrusek/cq3.39.0
  • e831a8b Upgrade to Camel Quarkus 3.39.0
  • 64ef354 Merge pull request #2143 from quarkusio/update-automation/main-cxf-3.39.1
  • 89c6896 Update CXF to 3.39.1
  • 6088b7c Merge pull request #2142 from gsmet/notify-qpid
  • 36a282a Notify Robbie for QPid JMS pull requests
  • 5760da1 Merge pull request #2136 from gemmellr/update-quarkus-qpid-jms-2.13.0
  • Additional commits viewable in compare view

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

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

Release notes

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

3.39.1

Complete changelog

  • #48943 - From Quarkus 3.22, Database dev services not reused if the unit test is using a @QuarkusTestResource
  • #51130 - Remote Dev fails when using hibernate-reactive extension
  • #55389 - Fix @RunOnVirtualThread annotation in combination with blocking endpoints
  • #55907 - Quarkus 3.38 Date serialization issue
  • #55958 - container-image-jib: no progress output while the image is pushed, because ProgressEvent is never subscribed to
  • #55959 - Jib container push progress log
  • #56009 - Dev UI Dev MCP endpoint hangs indefinitely (no response, no error) when a JSON-RPC request's id is a string
  • #56064 - quarkus-rest-jackson: reflection-free (de)serializers treat a Map subclass as a bean and drop every map entry
  • #56070 - quarkus-spring-security may not fail the build when @PostAuthorize, @PreFilter or @PostFilter are used
  • #56079 - Skip Hibernate dev integrator in remote server-side dev mode
  • #56080 - MongoDB Panache: Session-commit on transaction rollback
  • #56086 - [3.39] Do not set an invalid country code when generating the Quarkus Dev CA
  • #56087 - [3.39] Handle string JSON-RPC ids and always respond on the Dev MCP endpoint (3.39 backport)
  • #56088 - Fail the build when unsupported Spring Security annotations are used
  • #56092 - [3.39] Revert "Disable the Quarkus Dev CA generation test on Windows"
  • #56101 - Document that CORS cannot be configured both programmatically and with properties
  • #56104 - quarkus-config-doc-maven-plugin picks up things from git worktrees that it should ignore
  • #56105 - Don't descend into nested git checkouts when scanning for config-doc target directories
  • #56130 - Register terminal provider SPI and defer FFM init for native images
  • #56131 - docs: clean up independently maintained CORS guide
  • #56132 - Redis replication with topology=static does not respect host ordering - Set loses master/replica order
  • #56158 - REST Client: @RestClient on the interface fails the build with a duplicate annotation since 3.32
  • #56159 - Ignore a @RestClient qualifier placed on the REST Client interface
  • #56166 - Fix MongoDB Panache committing sessions after a JTA transaction timeout
  • #56177 - Bump io.micrometer:micrometer-bom from 1.17.0 to 1.17.1
  • #56183 - Redis: make sure the configured hosts are ordered
  • #56192 - Do not rebuild the application for every launch of a QuarkusMainTest
  • #56197 - Upgrade aesh, aesh-readline, fix ffm downcall and customizers
  • #56204 - Switch to JavaParser for generating build items doc

3.39.0

Major changes

  • #56072 - [3.39] Revert "Enable reflection-free Jackson serializers by default"

Complete changelog

  • #55738 - Make sure MicrometerRegistryProviderBuildItem has a stable collection order
  • #55756 - Datasource guide style review (3.40)
  • #55834 - @Scheduled method can run before @InjectMock is installed in @QuarkusTest
  • #55891 - Scheduler: document halted start mode as a testing workaround
  • #55902 - Bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1
  • #55911 - "ScheduledJobStarted" CDI Event for a scheduled job.
  • #55914 - Fire StartedExecution CDI event for scheduled jobs
  • #55947 - Update to Kotlin 2.4.10
  • #55980 - Bump Gradle from 9.6.0 to 9.7.0

... (truncated)

Commits
  • b55a476 [RELEASE] - Bump version to 3.39.1
  • cc611c6 Merge pull request #56211 from gsmet/3.39.1-backports-1
  • b7bb3c6 Upgrade aesh to 3.17.2 and aesh-readline to 3.17.1
  • 3f6dd21 Redis: make sure the configured hosts are ordered
  • 6bc6c8c Switch to JavaParser for generating build items doc
  • b065964 Add non-regression test for mutable jar + Hibernate ORM in remote dev mode
  • 232a3cf Hibernate ORM - Skip dev integrator in remote server-side dev mode
  • 118a1e8 Do not rebuild the application for every launch of a QuarkusMainTest
  • e606737 Bump io.micrometer:micrometer-bom from 1.17.0 to 1.17.1
  • 9125aec Confine Dev UI workspace JSON-RPC operations to the project root
  • Additional commits viewable in compare view

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

Commits
  • 77e4498 [maven-release-plugin] prepare release 3.39.1
  • 225cd01 Merge pull request #2150 from quarkusio/quarkus-3.39.1
  • 2a77d8f Upgrade to Quarkus 3.39.1
  • 2a6e81a Merge pull request #2145 from JiriOndrusek/cq3.39.0
  • e831a8b Upgrade to Camel Quarkus 3.39.0
  • 64ef354 Merge pull request #2143 from quarkusio/update-automation/main-cxf-3.39.1
  • 89c6896 Update CXF to 3.39.1
  • 6088b7c Merge pull request #2142 from gsmet/notify-qpid
  • 36a282a Notify Robbie for QPid JMS pull requests
  • 5760da1 Merge pull request #2136 from gemmellr/update-quarkus-qpid-jms-2.13.0
  • Additional commits viewable in compare view

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

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

Release notes

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

3.39.1

Complete changelog

  • #48943 - From Quarkus 3.22, Database dev services not reused if the unit test is using a @QuarkusTestResource
  • #51130 - Remote Dev fails when using hibernate-reactive extension
  • #55389 - Fix @RunOnVirtualThread annotation in combination with blocking endpoints
  • #55907 - Quarkus 3.38 Date serialization issue
  • #55958 - container-image-jib: no progress output while the image is pushed, because ProgressEvent is never subscribed to
  • #55959 - Jib container push progress log
  • #56009 - Dev UI Dev MCP endpoint hangs indefinitely (no response, no error) when a JSON-RPC request's id is a string
  • #56064 - quarkus-rest-jackson: reflection-free (de)serializers treat a Map subclass as a bean and drop every map entry
  • #56070 - quarkus-spring-security may not fail the build when @PostAuthorize, @PreFilter or @PostFilter are used
  • #56079 - Skip Hibernate dev integrator in remote server-side dev mode
  • #56080 - MongoDB Panache: Session-commit on transaction rollback
  • #56086 - [3.39] Do not set an invalid country code when generating the Quarkus Dev CA
  • #56087 - [3.39] Handle string JSON-RPC ids and always respond on the Dev MCP endpoint (3.39 backport)
  • #56088 - Fail the build when unsupported Spring Security annotations are used
  • #56092 - [3.39] Revert "Disable the Quarkus Dev CA generation test on Windows"
  • #56101 - Document that CORS cannot be configured both programmatically and with properties
  • #56104 - quarkus-config-doc-maven-plugin picks up things from git worktrees that it should ignore
  • #56105 - Don't descend into nested git checkouts when scanning for config-doc target directories
  • #56130 - Register terminal provider SPI and defer FFM init for native images
  • #56131 - docs: clean up independently maintained CORS guide
  • #56132 - Redis replication with topology=static does not respect host ordering - Set loses master/replica order
  • #56158 - REST Client: @RestClient on the interface fails the build with a duplicate annotation since 3.32
  • #56159 - Ignore a @RestClient qualifier placed on the REST Client interface
  • #56166 - Fix MongoDB Panache committing sessions after a JTA transaction timeout
  • #56177 - Bump io.micrometer:micrometer-bom from 1.17.0 to 1.17.1
  • #56183 - Redis: make sure the configured hosts are ordered
  • #56192 - Do not rebuild the application for every launch of a QuarkusMainTest
  • #56197 - Upgrade aesh, aesh-readline, fix ffm downcall and customizers
  • #56204 - Switch to JavaParser for generating build items doc

3.39.0

Major changes

  • #56072 - [3.39] Revert "Enable reflection-free Jackson serializers by default"

Complete changelog

  • #55738 - Make sure MicrometerRegistryProviderBuildItem has a stable collection order
  • #55756 - Datasource guide style review (3.40)
  • #55834 - @Scheduled method can run before @InjectMock is installed in @QuarkusTest
  • #55891 - Scheduler: document halted start mode as a testing workaround
  • #55902 - Bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1
  • #55911 - "ScheduledJobStarted" CDI Event for a scheduled job.
  • #55914 - Fire StartedExecution CDI event for scheduled jobs
  • #55947 - Update to Kotlin 2.4.10
  • #55980 - Bump Gradle from 9.6.0 to 9.7.0

... (truncated)

Commits
  • b55a476 [RELEASE] - Bump version to 3.39.1
  • cc611c6 Merge pull request #56211 from gsmet/3.39.1-backports-1
  • b7bb3c6 Upgrade aesh to 3.17.2 and aesh-readline to 3.17.1
  • 3f6dd21 Redis: make sure the configured hosts are ordered
  • 6bc6c8c Switch to JavaParser for generating build items doc
  • b065964 Add non-regression test for mutable jar + Hibernate ORM in remote dev mode
  • 232a3cf Hibernate ORM - Skip dev integrator in remote server-side dev mode
  • 118a1e8 Do not rebuild the application for every launch of a QuarkusMainTest
  • e606737 Bump io.micrometer:micrometer-bom from 1.17.0 to 1.17.1
  • 9125aec Confine Dev UI workspace JSON-RPC operations to the project root
  • Additional commits viewable in compare view

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

Commits
  • 77e4498 [maven-release-plugin] prepare release 3.39.1
  • 225cd01 Merge pull request #2150 from quarkusio/quarkus-3.39.1
  • 2a77d8f Upgrade to Quarkus 3.39.1
  • 2a6e81a Merge pull request #2145 from JiriOndrusek/cq3.39.0
  • e831a8b Upgrade to Camel Quarkus 3.39.0
  • 64ef354 Merge pull request #2143 from quarkusio/update-automation/main-cxf-3.39.1
  • 89c6896 Update CXF to 3.39.1
  • 6088b7c Merge pull request #2142 from gsmet/notify-qpid
  • 36a282a Notify Robbie for QPid JMS pull requests
  • 5760da1 Merge pull request #2136 from gemmellr/update-quarkus-qpid-jms-2.13.0
  • 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 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.10.0` | `3.10.1` |
| org.openapitools:openapi-generator-maven-plugin | `7.24.0` | `7.25.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.38.3` | `3.39.1` |
| io.quarkus:quarkus-extension-processor | `3.38.3` | `3.39.1` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.38.3` | `3.39.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.38.3` | `3.39.1` |


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

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.24.0 to 7.25.0

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 7.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 31, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 31, 2026 16:44
@sonarqubecloud

Copy link
Copy Markdown

@github-actions
github-actions Bot merged commit d091185 into main Aug 31, 2026
4 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/maven-bae614eae5 branch August 31, 2026 16:57
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