Skip to content

chore(deps): bump quarkus.version from 3.30.6 to 3.32.2#862

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/quarkus.version-3.32.2
Open

chore(deps): bump quarkus.version from 3.30.6 to 3.32.2#862
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/quarkus.version-3.32.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps quarkus.version from 3.30.6 to 3.32.2.
Updates io.quarkus:quarkus-bom from 3.30.6 to 3.32.2

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.32.1

Complete changelog

  • #50122 - Add MCP IDE Configuration shortcuts to Dev UI MCP tools page
  • #50943 - Update reactive messaging rabbitmq for native amqp 1 support
  • #51784 - mocked RestClient in startup bean - missing uri
  • #51993 - Mention how openapi extension x-smallrye-profile works on the class level
  • #52238 - DevUI - MCP: StringIndexOutOfBoundsException in McpResourcesService.read()
  • #52436 - Running Grpc in native throw missing method "getCtype"
  • #52481 - Change of filter order breaks vertX context use in OSAFilter
  • #52543 - Panache Next: passing Parameters.with() to find() does not work
  • #52578 - Scaffolding Broken for quarkus-messaging-kafka
  • #52583 - Panache: Deprecate Parameters in favour of Map.of
  • #52597 - Update AOT phase handling
  • #52607 - SameSite cookie attribute not set for OIDC state cookie
  • #52636 - build(deps): bump wildfly-elytron.version from 2.8.2.Final to 2.8.3.Final
  • #52639 - Init caches eagerly to avoid blocking event loop
  • #52640 - Updates to Infinispan 16.0.6
  • #52642 - Allow to control Same-Site attribute for OIDC state cookie
  • #52643 - quarkus-opentelemetry: Cannot invoke "io.vertx.core.MultiMap.entries()" because "headers" is null
  • #52646 - Improve AOT docs
  • #52654 - Panache next doc cleanup
  • #52662 - Kafka OAuthBearer authentication fails in native mode: DefaultJwtRetriever cannot be instantiated
  • #52669 - Support executing an OASFilter during multiple run stages
  • #52672 - Mark REST CSRF as stable, OIDC GraphQL Client as preview and unlisted OIDC Common and Security as stable
  • #52676 - Add MCP instuctions for popular tools
  • #52679 - quarkus packaging type overridden by jar default when generating project with codestart extensions that provide a pom.xml.tpl.qute template
  • #52683 - docs: Add HTTP/2 flow control window configuration for gRPC
  • #52684 - Document how to mock beans during startup
  • #52685 - Reflect all of DescriptorProtos
  • #52686 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.3 to 0.9.4
  • #52689 - Can't run @QuarkusIntegrationTest starting with Quarkus 3.31.3
  • #52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
  • #52700 - Catch StreamConstraintsException in Jackson message body readers
  • #52705 - Adjust since version of openapi runstage deprecations
  • #52711 - Make the Dev MCP Resource URI parsing safer
  • #52717 - Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • #52718 - Can't run @QuarkusTest starting with Quarkus 3.32.0
  • #52723 - build(deps): bump mongo-client.version from 5.6.2 to 5.6.4
  • #52725 - [Docs]: Minor editing fix to Cross-Origin Resource Sharing (CORS) guide per lift and shift review
  • #52726 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1
  • #52730 - Quote only the application model path value
  • #52731 - Exclude quarkus.test.arg-line from additional system properties for integration tests
  • #52732 - Bump Keycloak version to 26.5.4
  • #52736 - Fix conflict between the Messaging and Quarkus Flow quickstarts
  • #52737 - Add JWTRetriever implementations to the reflection list
  • #52738 - Be more defensive about copying HTTP headers in tracing SPI
  • #52739 - Improve note about RabbitMQ 4 and AMQP 1.0
  • #52742 - Ensure that @ConfigProperties are registered before Startup event

... (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:quarkus-extension-processor from 3.30.6 to 3.32.2

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

Release notes

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

3.32.1

Complete changelog

  • #50122 - Add MCP IDE Configuration shortcuts to Dev UI MCP tools page
  • #50943 - Update reactive messaging rabbitmq for native amqp 1 support
  • #51784 - mocked RestClient in startup bean - missing uri
  • #51993 - Mention how openapi extension x-smallrye-profile works on the class level
  • #52238 - DevUI - MCP: StringIndexOutOfBoundsException in McpResourcesService.read()
  • #52436 - Running Grpc in native throw missing method "getCtype"
  • #52481 - Change of filter order breaks vertX context use in OSAFilter
  • #52543 - Panache Next: passing Parameters.with() to find() does not work
  • #52578 - Scaffolding Broken for quarkus-messaging-kafka
  • #52583 - Panache: Deprecate Parameters in favour of Map.of
  • #52597 - Update AOT phase handling
  • #52607 - SameSite cookie attribute not set for OIDC state cookie
  • #52636 - build(deps): bump wildfly-elytron.version from 2.8.2.Final to 2.8.3.Final
  • #52639 - Init caches eagerly to avoid blocking event loop
  • #52640 - Updates to Infinispan 16.0.6
  • #52642 - Allow to control Same-Site attribute for OIDC state cookie
  • #52643 - quarkus-opentelemetry: Cannot invoke "io.vertx.core.MultiMap.entries()" because "headers" is null
  • #52646 - Improve AOT docs
  • #52654 - Panache next doc cleanup
  • #52662 - Kafka OAuthBearer authentication fails in native mode: DefaultJwtRetriever cannot be instantiated
  • #52669 - Support executing an OASFilter during multiple run stages
  • #52672 - Mark REST CSRF as stable, OIDC GraphQL Client as preview and unlisted OIDC Common and Security as stable
  • #52676 - Add MCP instuctions for popular tools
  • #52679 - quarkus packaging type overridden by jar default when generating project with codestart extensions that provide a pom.xml.tpl.qute template
  • #52683 - docs: Add HTTP/2 flow control window configuration for gRPC
  • #52684 - Document how to mock beans during startup
  • #52685 - Reflect all of DescriptorProtos
  • #52686 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.3 to 0.9.4
  • #52689 - Can't run @QuarkusIntegrationTest starting with Quarkus 3.31.3
  • #52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
  • #52700 - Catch StreamConstraintsException in Jackson message body readers
  • #52705 - Adjust since version of openapi runstage deprecations
  • #52711 - Make the Dev MCP Resource URI parsing safer
  • #52717 - Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • #52718 - Can't run @QuarkusTest starting with Quarkus 3.32.0
  • #52723 - build(deps): bump mongo-client.version from 5.6.2 to 5.6.4
  • #52725 - [Docs]: Minor editing fix to Cross-Origin Resource Sharing (CORS) guide per lift and shift review
  • #52726 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1
  • #52730 - Quote only the application model path value
  • #52731 - Exclude quarkus.test.arg-line from additional system properties for integration tests
  • #52732 - Bump Keycloak version to 26.5.4
  • #52736 - Fix conflict between the Messaging and Quarkus Flow quickstarts
  • #52737 - Add JWTRetriever implementations to the reflection list
  • #52738 - Be more defensive about copying HTTP headers in tracing SPI
  • #52739 - Improve note about RabbitMQ 4 and AMQP 1.0
  • #52742 - Ensure that @ConfigProperties are registered before Startup event

... (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

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `quarkus.version` from 3.30.6 to 3.32.2.

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 4, 2026
@dependabot dependabot bot requested a review from a team March 4, 2026 19:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 4, 2026
@cla-assistant
Copy link

cla-assistant bot commented Mar 4, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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