Skip to content

Bump quarkus.version from 3.38.1 to 3.39.2 - #690

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

Bump quarkus.version from 3.38.1 to 3.39.2#690
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus.version-3.39.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps quarkus.version from 3.38.1 to 3.39.2.
Updates io.quarkus:quarkus-bom from 3.38.1 to 3.39.2

Release notes

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

3.39.2

Complete changelog

  • #55234 - quarkus cli is missing the classname option
  • #55239 - Add resource class name to CreateApp
  • #55355 - Bump com.fasterxml.jackson:jackson-bom from 2.22.0 to 2.22.1
  • #55360 - quarkus-container-image-buildpack fails on Windows with UnsupportedOperationException when building container image
  • #55545 - Support multiple colons in @PermissionsAllowed value
  • #55665 - Update buildpack lib to 0.0.17
  • #55907 - Quarkus 3.38 Date serialization issue
  • #56016 - Bump org.apache.httpcomponents.client5:httpclient5 from 5.6.1 to 5.6.3 in /bom/application
  • #56030 - WriterInterceptor not called for response mapped from exception
  • #56064 - quarkus-rest-jackson: reflection-free (de)serializers treat a Map subclass as a bean and drop every map entry
  • #56126 - Bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2
  • #56152 - Run writer interceptors for responses mapped from exceptions thrown before the interceptor handler
  • #56161 - Allow multiple colons in @PermissionsAllowed
  • #56165 - OIDC Redis TokenStateManager returns null instead of failing when the token state is missing, leading to an NPE and HTTP 500
  • #56173 - JarResource: cached toExternalForm() breaks relative URL resolution against CodeSource.getLocation()
  • #56176 - Fix resolving sibling URL in JarResource
  • #56182 - Issue using both Caffeine and Redis for caching
  • #56206 - Fix dead link
  • #56209 - Update preview workflow for Roq
  • #56216 - Avoid early token acquisition for DeferredOidcClient
  • #56223 - [3.39] Fix serialization of string-shaped dates without a pattern in reflection-free Jackson serializers
  • #56224 - [3.39] Support reflection-free json serialization of a Map subtype
  • #56234 - Force re-authentication when the OIDC session token state is no longer available
  • #56237 - Bump org.asynchttpclient:async-http-client from 2.15.0 to 2.16.0 in /bom/application
  • #56242 - Fix Redis cache backend type resolution
  • #56244 - Fix docs preview: Drop invalid condition and unused mtime
  • #56257 - Signals: docs - add comparison with CDI events and Vert.x EventBus
  • #56278 - security-getting-started-tutorial guide style review (3.40)
  • #56280 - security-authorize-web-endpoints-reference guide style review (3.40)
  • #56281 - security-keycloak-authorization guide style review (3.40)
  • #56282 - security-architecture guide style review (3.40)
  • #56292 - Fix typo sytem -> system in the dev services databases guide
  • #56293 - docs: fix typo exisits -> exists
  • #56300 - Allow --path parameter on quarkus create app cli for parity with maven creation
  • #56306 - Typo fixes in deploying-to-abc guides
  • #56308 - [3.39] Fix reading headers in Spring Web - Quarkus REST
  • #56320 - [3.39] Use composite key for token introspection and userinfo cache
  • #56333 - [3.39] Upgrade SmallRye GraphQL to 2.18.5

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

... (truncated)

Commits
  • 464844a [RELEASE] - Bump version to 3.39.2
  • cf3305b Merge pull request #56362 from gsmet/3.39.2-backports-1
  • a606b7f Fix remaining Keycloak authorization guide review issues
  • e661fbf security-keycloak-authorization guide style review (3.40)
  • 29d44e7 Fix remaining security tutorial guide review issues
  • a8a9869 security-getting-started-tutorial guide style review (3.40)
  • 62fb95d Bump org.asynchttpclient:async-http-client in /bom/application
  • 821c9e5 Bump org.apache.httpcomponents.client5:httpclient5 in /bom/application
  • 92a6fff Typo fixes in deploying-to-abc guides
  • abd9adf Allow --path parameter on cli for parity with maven creation
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.38.1 to 3.39.2

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.38.1 to 3.39.2

Updates io.quarkus:quarkus-extension-processor from 3.38.1 to 3.39.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.38.1 to 3.39.2

Release notes

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

3.39.2

Complete changelog

  • #55234 - quarkus cli is missing the classname option
  • #55239 - Add resource class name to CreateApp
  • #55355 - Bump com.fasterxml.jackson:jackson-bom from 2.22.0 to 2.22.1
  • #55360 - quarkus-container-image-buildpack fails on Windows with UnsupportedOperationException when building container image
  • #55545 - Support multiple colons in @PermissionsAllowed value
  • #55665 - Update buildpack lib to 0.0.17
  • #55907 - Quarkus 3.38 Date serialization issue
  • #56016 - Bump org.apache.httpcomponents.client5:httpclient5 from 5.6.1 to 5.6.3 in /bom/application
  • #56030 - WriterInterceptor not called for response mapped from exception
  • #56064 - quarkus-rest-jackson: reflection-free (de)serializers treat a Map subclass as a bean and drop every map entry
  • #56126 - Bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2
  • #56152 - Run writer interceptors for responses mapped from exceptions thrown before the interceptor handler
  • #56161 - Allow multiple colons in @PermissionsAllowed
  • #56165 - OIDC Redis TokenStateManager returns null instead of failing when the token state is missing, leading to an NPE and HTTP 500
  • #56173 - JarResource: cached toExternalForm() breaks relative URL resolution against CodeSource.getLocation()
  • #56176 - Fix resolving sibling URL in JarResource
  • #56182 - Issue using both Caffeine and Redis for caching
  • #56206 - Fix dead link
  • #56209 - Update preview workflow for Roq
  • #56216 - Avoid early token acquisition for DeferredOidcClient
  • #56223 - [3.39] Fix serialization of string-shaped dates without a pattern in reflection-free Jackson serializers
  • #56224 - [3.39] Support reflection-free json serialization of a Map subtype
  • #56234 - Force re-authentication when the OIDC session token state is no longer available
  • #56237 - Bump org.asynchttpclient:async-http-client from 2.15.0 to 2.16.0 in /bom/application
  • #56242 - Fix Redis cache backend type resolution
  • #56244 - Fix docs preview: Drop invalid condition and unused mtime
  • #56257 - Signals: docs - add comparison with CDI events and Vert.x EventBus
  • #56278 - security-getting-started-tutorial guide style review (3.40)
  • #56280 - security-authorize-web-endpoints-reference guide style review (3.40)
  • #56281 - security-keycloak-authorization guide style review (3.40)
  • #56282 - security-architecture guide style review (3.40)
  • #56292 - Fix typo sytem -> system in the dev services databases guide
  • #56293 - docs: fix typo exisits -> exists
  • #56300 - Allow --path parameter on quarkus create app cli for parity with maven creation
  • #56306 - Typo fixes in deploying-to-abc guides
  • #56308 - [3.39] Fix reading headers in Spring Web - Quarkus REST
  • #56320 - [3.39] Use composite key for token introspection and userinfo cache
  • #56333 - [3.39] Upgrade SmallRye GraphQL to 2.18.5

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

... (truncated)

Commits
  • 464844a [RELEASE] - Bump version to 3.39.2
  • cf3305b Merge pull request #56362 from gsmet/3.39.2-backports-1
  • a606b7f Fix remaining Keycloak authorization guide review issues
  • e661fbf security-keycloak-authorization guide style review (3.40)
  • 29d44e7 Fix remaining security tutorial guide review issues
  • a8a9869 security-getting-started-tutorial guide style review (3.40)
  • 62fb95d Bump org.asynchttpclient:async-http-client in /bom/application
  • 821c9e5 Bump org.apache.httpcomponents.client5:httpclient5 in /bom/application
  • 92a6fff Typo fixes in deploying-to-abc guides
  • abd9adf Allow --path parameter on cli for parity with maven creation
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.quarkus:quarkus-maven-plugin [> 1.12.2.Final, < 2]

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 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.38.1 to 3.39.2.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.38.1 to 3.39.2

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.38.1 to 3.39.2

Updates `io.quarkus:quarkus-extension-processor` from 3.38.1 to 3.39.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants