Skip to content

chore(deps): bump quarkus.version from 3.30.6 to 3.36.0#1468

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus.version-3.36.0
Open

chore(deps): bump quarkus.version from 3.30.6 to 3.36.0#1468
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus.version-3.36.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

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

Release notes

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

3.36.0.CR1

Major changes

  • #53415 - Add JsonProvider SPI for per-record dynamic JSON field additions
  • #53491 - Support arbitrary keystore/truststore types via 'other' config
  • #53552 - Support for embedded dependency SBOMs in applications and exposing them via an endpoint
  • #53773 - Support for OIDC SPIFFE Client Authentication
  • #53788 - Introduce quarkus-signals experimental extension
  • #53856 - GraphQL client TLS reload

Complete changelog

  • #25256 - Automatically detect new Flyway scripts in Dev Mode
  • #36772 - logging-json support for dynamic additional properties
  • #37008 - Add Kubernetes attributes to OpenTelemetry data
  • #40602 - Implement low memory mode in the OpenTelemetry exporters.
  • #41525 - Customizing the JSON logging formatter
  • #41776 - Mutiny subscription is not cancelled when grpc client is cancelled
  • #44762 - "vc" is null in GraphQL when using CompletionStage
  • #46986 - gRPC client closing the stream doesn't automatically propagate the cancellation signal
  • #47555 - Forward subscription cancellation from client to server
  • #49006 - Delete Hibernate ORM's unzipped SQL files on shutdown
  • #50304 - bcfks with TLS registry
  • #50474 - quarkus-config-doc-maven-plugin support for nested bullet list and multiple sentences in a bullet entry
  • #50647 - Use source URI in Qute TemplateException
  • #50874 - Rework TLS reload mechanism for GraphQL Client, incl. application scope
  • #51569 - Clean up ExtensionLoader
  • #51571 - Logging JSON: Exceptions not shown as expected in ECS format
  • #52232 - Support for SPIFFE JWT-SVID OIDC client authentication
  • #52341 - Document and test hibernate-vector
  • #52348 - Add more options to configure Kubernetes
  • #52704 - Metric reader must use Quarkus classloader - Part III - Handle all exporters
  • #52797 - Introduce enableKeepAlive() and readTimeout() in JDBC Runtime config
  • #52942 - More prominent AI Policy
  • #52963 - Add @DisableCachingByDefault to all Gradle tasks that were not cacheable
  • #52975 - Panache Next: using PanacheRepository outside of entity throws a compilation error
  • #53038 - Agents: Add AGENTS.md and coding skills for the Quarkus codebase
  • #53050 - Allow specifying a startup timeout for Compose dev services
  • #53066 - Document and test hibernate-vector support
  • #53068 - Enable configurable connection acquisition modes
  • #53166 - Panache Next: test that toplevel repositories don't produce infinite files
  • #53332 - Introduce compose specific startup timeout
  • #53413 - import.sql not executed when not defining entities
  • #53415 - Add JsonProvider SPI for per-record dynamic JSON field additions
  • #53429 - Panache Next: switch to the JD 1.1 Sort type
  • #53451 - Bump com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9
  • #53481 - Mockito / Bytebuddy warnings issued about self-attaching to the JVM
  • #53491 - Support arbitrary keystore/truststore types via 'other' config
  • #53516 - Custom multipart/form-data parser
  • #53523 - Bump org.jboss.metadata:jboss-metadata-web from 17.0.0 to 17.1.0

... (truncated)

Commits
  • 8b751d1 [RELEASE] - Bump version to 3.36.0
  • 614271e Merge pull request #54327 from gsmet/3.36.0-backports-1
  • 1771373 fix(security): prevent NPE in mTLS auth mech & trusted proxy
  • 81169d1 Fix NPE in RemoteUserAttribute with anonymous identity
  • 598373a Prometheus compression header fix
  • c3a05fc Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4
  • bd56a35 Add extensions=true to generated extension codestart POMs for external extens...
  • 0fd6acd Bump smallrye-open-api from 4.3.1 to 4.3.3
  • 5bc7509 Bump the hibernate group across 1 directory with 14 updates
  • d66ccfc Use copyRecursive() for temporary configuration copies in variant resolution
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.30.6 to 3.36.0

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

Release notes

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

3.36.0.CR1

Major changes

  • #53415 - Add JsonProvider SPI for per-record dynamic JSON field additions
  • #53491 - Support arbitrary keystore/truststore types via 'other' config
  • #53552 - Support for embedded dependency SBOMs in applications and exposing them via an endpoint
  • #53773 - Support for OIDC SPIFFE Client Authentication
  • #53788 - Introduce quarkus-signals experimental extension
  • #53856 - GraphQL client TLS reload

Complete changelog

  • #25256 - Automatically detect new Flyway scripts in Dev Mode
  • #36772 - logging-json support for dynamic additional properties
  • #37008 - Add Kubernetes attributes to OpenTelemetry data
  • #40602 - Implement low memory mode in the OpenTelemetry exporters.
  • #41525 - Customizing the JSON logging formatter
  • #41776 - Mutiny subscription is not cancelled when grpc client is cancelled
  • #44762 - "vc" is null in GraphQL when using CompletionStage
  • #46986 - gRPC client closing the stream doesn't automatically propagate the cancellation signal
  • #47555 - Forward subscription cancellation from client to server
  • #49006 - Delete Hibernate ORM's unzipped SQL files on shutdown
  • #50304 - bcfks with TLS registry
  • #50474 - quarkus-config-doc-maven-plugin support for nested bullet list and multiple sentences in a bullet entry
  • #50647 - Use source URI in Qute TemplateException
  • #50874 - Rework TLS reload mechanism for GraphQL Client, incl. application scope
  • #51569 - Clean up ExtensionLoader
  • #51571 - Logging JSON: Exceptions not shown as expected in ECS format
  • #52232 - Support for SPIFFE JWT-SVID OIDC client authentication
  • #52341 - Document and test hibernate-vector
  • #52348 - Add more options to configure Kubernetes
  • #52704 - Metric reader must use Quarkus classloader - Part III - Handle all exporters
  • #52797 - Introduce enableKeepAlive() and readTimeout() in JDBC Runtime config
  • #52942 - More prominent AI Policy
  • #52963 - Add @DisableCachingByDefault to all Gradle tasks that were not cacheable
  • #52975 - Panache Next: using PanacheRepository outside of entity throws a compilation error
  • #53038 - Agents: Add AGENTS.md and coding skills for the Quarkus codebase
  • #53050 - Allow specifying a startup timeout for Compose dev services
  • #53066 - Document and test hibernate-vector support
  • #53068 - Enable configurable connection acquisition modes
  • #53166 - Panache Next: test that toplevel repositories don't produce infinite files
  • #53332 - Introduce compose specific startup timeout
  • #53413 - import.sql not executed when not defining entities
  • #53415 - Add JsonProvider SPI for per-record dynamic JSON field additions
  • #53429 - Panache Next: switch to the JD 1.1 Sort type
  • #53451 - Bump com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9
  • #53481 - Mockito / Bytebuddy warnings issued about self-attaching to the JVM
  • #53491 - Support arbitrary keystore/truststore types via 'other' config
  • #53516 - Custom multipart/form-data parser
  • #53523 - Bump org.jboss.metadata:jboss-metadata-web from 17.0.0 to 17.1.0

... (truncated)

Commits
  • 8b751d1 [RELEASE] - Bump version to 3.36.0
  • 614271e Merge pull request #54327 from gsmet/3.36.0-backports-1
  • 1771373 fix(security): prevent NPE in mTLS auth mech & trusted proxy
  • 81169d1 Fix NPE in RemoteUserAttribute with anonymous identity
  • 598373a Prometheus compression header fix
  • c3a05fc Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4
  • bd56a35 Add extensions=true to generated extension codestart POMs for external extens...
  • 0fd6acd Bump smallrye-open-api from 4.3.1 to 4.3.3
  • 5bc7509 Bump the hibernate group across 1 directory with 14 updates
  • d66ccfc Use copyRecursive() for temporary configuration copies in variant resolution
  • 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.36.0.

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.36.0
  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 May 23, 2026
@dependabot dependabot Bot requested a review from a team May 23, 2026 19:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 23, 2026
@CLAassistant
Copy link
Copy Markdown

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.

1 participant