Skip to content

Bump the quarkus-version group with 6 updates#574

Open
dependabot[bot] wants to merge 1 commit intowookiefrom
dependabot/maven/wookie/quarkus-version-dd54e98249
Open

Bump the quarkus-version group with 6 updates#574
dependabot[bot] wants to merge 1 commit intowookiefrom
dependabot/maven/wookie/quarkus-version-dd54e98249

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps the quarkus-version group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.30.6 3.31.0
io.quarkus:quarkus-maven-plugin 3.30.6 3.31.0
io.quarkus:quarkus-extension-processor 3.30.6 3.31.0
io.quarkus:quarkus-extension-maven-plugin 3.30.6 3.31.0
io.quarkus.platform:quarkus-bom 3.30.6 3.30.7
io.quarkus.platform:quarkus-maven-plugin 3.30.6 3.30.7

Updates io.quarkus:quarkus-bom from 3.30.6 to 3.31.0

Release notes

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

3.31.0.CR1

Major changes

  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #50058 - Introduce Panache 2
  • #50519 - Upgrade to Hibernate ORM 7.2, Reactive 3.2, Search 8.2, Elasticsearch 9.2 / OpenSearch 3.3 for clients / server (dev services)
  • #50603 - Enable headless AWT on Windows
  • #50987 - Support security annotations on Jakarta Data repositories
  • #51049 - Add i18n to Dev UI
  • #51188 - Support @PermissionsAllowed security annotation on REST Data Panache endpoints
  • #51220 - Encrypt OIDC tokens for custom TokenStateManager implementations
  • #51314 - Update to Testcontainers 2.0.2
  • #51383 - Allow to configure OIDC DB token state manager column sizes for tokens
  • #51407 - ArC: split logic in ComponentsProviderGenerator
  • #51412 - Upgrade to JUnit 6
  • #51586 - New Hibernate Spatial extension and integration tests
  • #51587 - Introduce a quarkus Maven packaging and an assorted lifecycle
  • #51679 - Allow to assign a user and roles to a scheduled task
  • #51736 - Require Maven 3.9.0+ for Quarkus projects
  • #51743 - Allow to select OIDC client for individual dynamic GraphQL clients
  • #51799 - Add support for OAuth 2.0 Pushed Authorization Requests to OIDC extension
  • #51957 - Bump smallrye-reactive-messaging.version from 4.31.0 to 4.32.0

Complete changelog

  • #3945 - Use enums for Hibernate ORM configuration
  • #13261 - @TempDir not working when on a field on @QuarkusTest
  • #22355 - Support creation of multiple openapi documents
  • #22611 - Quarkus CDI-managed beans not available in Pact state callbacks
  • #23854 - Blocking authentication should be implied when using HTTP JWKS loading
  • #32936 - Allow plugging in Hibernate ORM's TypeContributor, FunctionContributor
  • #32993 - Port AWT Extension to Windows
  • #33104 - Test failure with podman: Quarkus - JDBC - DB2 - Deployment
  • #35014 - Oidc-client heathcheck and readinesscheck
  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #37636 - (quarkus-smallrye-openapi) Create separate OpenAPI specs for different packages.
  • #38966 - Add @PermissionsAllowed to Panache Resources
  • #39293 - Quarkus OIDC Client: Lazy OIDC Discovery
  • #39431 - Validate that the injected config class has to be the entry point of the @ConfigMapping
  • #39968 - Add a configuration to serve a local directory with a static handler
  • #41835 - Clarify load shedding documentation
  • #44690 - Enhancement proposal : TLS registry - Support path to a directory containing the certificates to trust for the value of quarkus.tls.trust-store.pem.certs
  • #45380 - ClassTooLargeException when building an application containing many CDI beans
  • #45917 - Deprecate Service Binding module
  • #46001 - quarkus:run to support arguments and property setting
  • #46011 - Add the ability to configure launch for quarkus:run
  • #46091 - Hibernate Reactive with Panache: support stateless sessions
  • #46092 - Add option to run-time initialize JDK classes
  • #46096 - Panache 2
  • #46315 - Allow passthrough of URL parameters in FormAuthenticationMechanism

... (truncated)

Commits
  • 20f125c [RELEASE] - Bump version to 3.31.0
  • 72f495a Merge pull request #52107 from gsmet/3.31.0-backports-2
  • 12a2ad8 Make sure classes in the default package are added to RunnerClassLoader
  • 75149ff Remove injection and passing around of TaskDependencyFactory
  • 92debac Bump Mandrel version to 25 in CI jobs
  • 64be1f2 Dev MCP: Make sure disabled methods can not be called.
  • 239d8cd CI - Avoid go-offline logging
  • 65b02a2 Correctly enrich @​ArquillianResource URL
  • bcd62de Register HttpServer.getLocalBaseUri in integration tests
  • 1e127f2 Bump version of MySQL used in DevService and our own tests from 8.4 to 9.5
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.30.6 to 3.31.0

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

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

Release notes

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

3.31.0.CR1

Major changes

  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #50058 - Introduce Panache 2
  • #50519 - Upgrade to Hibernate ORM 7.2, Reactive 3.2, Search 8.2, Elasticsearch 9.2 / OpenSearch 3.3 for clients / server (dev services)
  • #50603 - Enable headless AWT on Windows
  • #50987 - Support security annotations on Jakarta Data repositories
  • #51049 - Add i18n to Dev UI
  • #51188 - Support @PermissionsAllowed security annotation on REST Data Panache endpoints
  • #51220 - Encrypt OIDC tokens for custom TokenStateManager implementations
  • #51314 - Update to Testcontainers 2.0.2
  • #51383 - Allow to configure OIDC DB token state manager column sizes for tokens
  • #51407 - ArC: split logic in ComponentsProviderGenerator
  • #51412 - Upgrade to JUnit 6
  • #51586 - New Hibernate Spatial extension and integration tests
  • #51587 - Introduce a quarkus Maven packaging and an assorted lifecycle
  • #51679 - Allow to assign a user and roles to a scheduled task
  • #51736 - Require Maven 3.9.0+ for Quarkus projects
  • #51743 - Allow to select OIDC client for individual dynamic GraphQL clients
  • #51799 - Add support for OAuth 2.0 Pushed Authorization Requests to OIDC extension
  • #51957 - Bump smallrye-reactive-messaging.version from 4.31.0 to 4.32.0

Complete changelog

  • #3945 - Use enums for Hibernate ORM configuration
  • #13261 - @TempDir not working when on a field on @QuarkusTest
  • #22355 - Support creation of multiple openapi documents
  • #22611 - Quarkus CDI-managed beans not available in Pact state callbacks
  • #23854 - Blocking authentication should be implied when using HTTP JWKS loading
  • #32936 - Allow plugging in Hibernate ORM's TypeContributor, FunctionContributor
  • #32993 - Port AWT Extension to Windows
  • #33104 - Test failure with podman: Quarkus - JDBC - DB2 - Deployment
  • #35014 - Oidc-client heathcheck and readinesscheck
  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #37636 - (quarkus-smallrye-openapi) Create separate OpenAPI specs for different packages.
  • #38966 - Add @PermissionsAllowed to Panache Resources
  • #39293 - Quarkus OIDC Client: Lazy OIDC Discovery
  • #39431 - Validate that the injected config class has to be the entry point of the @ConfigMapping
  • #39968 - Add a configuration to serve a local directory with a static handler
  • #41835 - Clarify load shedding documentation
  • #44690 - Enhancement proposal : TLS registry - Support path to a directory containing the certificates to trust for the value of quarkus.tls.trust-store.pem.certs
  • #45380 - ClassTooLargeException when building an application containing many CDI beans
  • #45917 - Deprecate Service Binding module
  • #46001 - quarkus:run to support arguments and property setting
  • #46011 - Add the ability to configure launch for quarkus:run
  • #46091 - Hibernate Reactive with Panache: support stateless sessions
  • #46092 - Add option to run-time initialize JDK classes
  • #46096 - Panache 2
  • #46315 - Allow passthrough of URL parameters in FormAuthenticationMechanism

... (truncated)

Commits
  • 20f125c [RELEASE] - Bump version to 3.31.0
  • 72f495a Merge pull request #52107 from gsmet/3.31.0-backports-2
  • 12a2ad8 Make sure classes in the default package are added to RunnerClassLoader
  • 75149ff Remove injection and passing around of TaskDependencyFactory
  • 92debac Bump Mandrel version to 25 in CI jobs
  • 64be1f2 Dev MCP: Make sure disabled methods can not be called.
  • 239d8cd CI - Avoid go-offline logging
  • 65b02a2 Correctly enrich @​ArquillianResource URL
  • bcd62de Register HttpServer.getLocalBaseUri in integration tests
  • 1e127f2 Bump version of MySQL used in DevService and our own tests from 8.4 to 9.5
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.30.6 to 3.31.0

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

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

Release notes

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

3.31.0.CR1

Major changes

  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #50058 - Introduce Panache 2
  • #50519 - Upgrade to Hibernate ORM 7.2, Reactive 3.2, Search 8.2, Elasticsearch 9.2 / OpenSearch 3.3 for clients / server (dev services)
  • #50603 - Enable headless AWT on Windows
  • #50987 - Support security annotations on Jakarta Data repositories
  • #51049 - Add i18n to Dev UI
  • #51188 - Support @PermissionsAllowed security annotation on REST Data Panache endpoints
  • #51220 - Encrypt OIDC tokens for custom TokenStateManager implementations
  • #51314 - Update to Testcontainers 2.0.2
  • #51383 - Allow to configure OIDC DB token state manager column sizes for tokens
  • #51407 - ArC: split logic in ComponentsProviderGenerator
  • #51412 - Upgrade to JUnit 6
  • #51586 - New Hibernate Spatial extension and integration tests
  • #51587 - Introduce a quarkus Maven packaging and an assorted lifecycle
  • #51679 - Allow to assign a user and roles to a scheduled task
  • #51736 - Require Maven 3.9.0+ for Quarkus projects
  • #51743 - Allow to select OIDC client for individual dynamic GraphQL clients
  • #51799 - Add support for OAuth 2.0 Pushed Authorization Requests to OIDC extension
  • #51957 - Bump smallrye-reactive-messaging.version from 4.31.0 to 4.32.0

Complete changelog

  • #3945 - Use enums for Hibernate ORM configuration
  • #13261 - @TempDir not working when on a field on @QuarkusTest
  • #22355 - Support creation of multiple openapi documents
  • #22611 - Quarkus CDI-managed beans not available in Pact state callbacks
  • #23854 - Blocking authentication should be implied when using HTTP JWKS loading
  • #32936 - Allow plugging in Hibernate ORM's TypeContributor, FunctionContributor
  • #32993 - Port AWT Extension to Windows
  • #33104 - Test failure with podman: Quarkus - JDBC - DB2 - Deployment
  • #35014 - Oidc-client heathcheck and readinesscheck
  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #37636 - (quarkus-smallrye-openapi) Create separate OpenAPI specs for different packages.
  • #38966 - Add @PermissionsAllowed to Panache Resources
  • #39293 - Quarkus OIDC Client: Lazy OIDC Discovery
  • #39431 - Validate that the injected config class has to be the entry point of the @ConfigMapping
  • #39968 - Add a configuration to serve a local directory with a static handler
  • #41835 - Clarify load shedding documentation
  • #44690 - Enhancement proposal : TLS registry - Support path to a directory containing the certificates to trust for the value of quarkus.tls.trust-store.pem.certs
  • #45380 - ClassTooLargeException when building an application containing many CDI beans
  • #45917 - Deprecate Service Binding module
  • #46001 - quarkus:run to support arguments and property setting
  • #46011 - Add the ability to configure launch for quarkus:run
  • #46091 - Hibernate Reactive with Panache: support stateless sessions
  • #46092 - Add option to run-time initialize JDK classes
  • #46096 - Panache 2
  • #46315 - Allow passthrough of URL parameters in FormAuthenticationMechanism

... (truncated)

Commits
  • 20f125c [RELEASE] - Bump version to 3.31.0
  • 72f495a Merge pull request #52107 from gsmet/3.31.0-backports-2
  • 12a2ad8 Make sure classes in the default package are added to RunnerClassLoader
  • 75149ff Remove injection and passing around of TaskDependencyFactory
  • 92debac Bump Mandrel version to 25 in CI jobs
  • 64be1f2 Dev MCP: Make sure disabled methods can not be called.
  • 239d8cd CI - Avoid go-offline logging
  • 65b02a2 Correctly enrich @​ArquillianResource URL
  • bcd62de Register HttpServer.getLocalBaseUri in integration tests
  • 1e127f2 Bump version of MySQL used in DevService and our own tests from 8.4 to 9.5
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-bom from 3.30.6 to 3.30.7

Commits
  • f53250a [maven-release-plugin] prepare release 3.30.7
  • 6d14494 Merge pull request #1711 from gsmet/quarkus-3.30.7
  • e6ce970 Upgrade to Quarkus 3.30.7
  • 1107563 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.30.6 to 3.30.7

Commits
  • f53250a [maven-release-plugin] prepare release 3.30.7
  • 6d14494 Merge pull request #1711 from gsmet/quarkus-3.30.7
  • e6ce970 Upgrade to Quarkus 3.30.7
  • 1107563 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.30.6 to 3.30.7

Commits
  • f53250a [maven-release-plugin] prepare release 3.30.7
  • 6d14494 Merge pull request #1711 from gsmet/quarkus-3.30.7
  • e6ce970 Upgrade to Quarkus 3.30.7
  • 1107563 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 21, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 21, 2026 15:14
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch 3 times, most recently from 33db223 to ba0bcaa Compare January 29, 2026 15:13
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch from ba0bcaa to c850b03 Compare February 2, 2026 17:43
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 9, 2026

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch from c850b03 to 48d9308 Compare February 10, 2026 15:15
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch 3 times, most recently from 9cd782e to 808edf6 Compare February 24, 2026 15:17
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch 2 times, most recently from e538bfe to 8af1557 Compare March 3, 2026 15:23
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch 3 times, most recently from af8fd6b to b363081 Compare March 23, 2026 15:43
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch 5 times, most recently from 9b52531 to 060de8c Compare April 1, 2026 19:27
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch from 060de8c to bd1cf09 Compare April 10, 2026 15:13
Bumps the quarkus-version group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.30.6` | `3.31.0` |
| io.quarkus:quarkus-maven-plugin | `3.30.6` | `3.31.0` |
| io.quarkus:quarkus-extension-processor | `3.30.6` | `3.31.0` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.30.6` | `3.31.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.30.6` | `3.30.7` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.30.6` | `3.30.7` |


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

Updates `io.quarkus:quarkus-maven-plugin` from 3.30.6 to 3.31.0

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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.30.6 to 3.31.0

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

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

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus-version
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.30.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-version
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.30.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-version
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.30.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/wookie/quarkus-version-dd54e98249 branch from bd1cf09 to 97ea4d4 Compare April 13, 2026 16:35
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