Skip to content

chore(deps): bump quarkus.version from 3.30.6 to 3.32.3#922

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

3.32.3

Complete changelog

  • #52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
  • #52843 - Do not log dependencies excluded from the ApplicationModel
  • #52849 - Datasource guide style review
  • #52899 - Reduce permissions of GitHub Actions workflows
  • #52923 - Removing outdated reference to gradle
  • #52937 - Don't traverse already processed types in ReflectiveHierarchyStep
  • #52940 - ArC - Various allocation optimizations
  • #52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
  • #52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
  • #52955 - Micro cleanup of AotRunnerClassLoader
  • #52958 - Some more polishing of the new AotRunnerClassLoader
  • #52964 - Remove micrometer-mp-metric dir which contains only empty pom
  • #52995 - Upgrade sshd to 2.17.1
  • #52998 - Updates Infinispan to 16.0.8
  • #53002 - Make sure Infinispan is init correctly
  • #53005 - config.adoc: replace dead link

3.32.2

Major changes

  • #52830 - Support masking request & response headers in rest client log

Complete changelog

  • #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #40274 - Context is lost when using caching
  • #48032 - Spring Data API Extension query with field named like the class broken
  • #49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #49285 - "open last exception in ide" leads to exception
  • #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #52397 - Make extension documentation clearer for indexed configuration properties
  • #52616 - Config doc - Add a list index for config groups in lists
  • #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #52755 - Force eager loading of Infinispan RemoteCache
  • #52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #52764 - Clarify application.yaml and application.yml precedence
  • #52766 - 3.32.1: tagging during maven build fails
  • #52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #52772 - Be more careful in using JSON types

... (truncated)

Commits
  • 05c9278 [RELEASE] - Bump version to 3.32.3
  • b74c69c config.adoc: replace dead link
  • be6ab59 Merge pull request #53003 from gsmet/3.32.3-backports-1
  • 4615c2d Updates Infinispan to 16.0.8
  • e85b8d9 Make sure Infinispan is init correctly
  • 6d153de Upgrade sshd to 2.17.1
  • 05b3416 Remove micrometer-mp-metric dir which contains only empty pom
  • ac33ef3 Extract some repeated logic for clarity: introduce AotRunnerClassLoader#isKno...
  • 4650bbe Simplify findResource/findResources in AotRunnerClassLoader
  • 4de8b45 Avoid getDirNameFromResourceName when fullyIndexedResources contains the name
  • Additional commits viewable in compare view

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

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

Release notes

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

3.32.3

Complete changelog

  • #52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
  • #52843 - Do not log dependencies excluded from the ApplicationModel
  • #52849 - Datasource guide style review
  • #52899 - Reduce permissions of GitHub Actions workflows
  • #52923 - Removing outdated reference to gradle
  • #52937 - Don't traverse already processed types in ReflectiveHierarchyStep
  • #52940 - ArC - Various allocation optimizations
  • #52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
  • #52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
  • #52955 - Micro cleanup of AotRunnerClassLoader
  • #52958 - Some more polishing of the new AotRunnerClassLoader
  • #52964 - Remove micrometer-mp-metric dir which contains only empty pom
  • #52995 - Upgrade sshd to 2.17.1
  • #52998 - Updates Infinispan to 16.0.8
  • #53002 - Make sure Infinispan is init correctly
  • #53005 - config.adoc: replace dead link

3.32.2

Major changes

  • #52830 - Support masking request & response headers in rest client log

Complete changelog

  • #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #40274 - Context is lost when using caching
  • #48032 - Spring Data API Extension query with field named like the class broken
  • #49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #49285 - "open last exception in ide" leads to exception
  • #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #52397 - Make extension documentation clearer for indexed configuration properties
  • #52616 - Config doc - Add a list index for config groups in lists
  • #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #52755 - Force eager loading of Infinispan RemoteCache
  • #52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #52764 - Clarify application.yaml and application.yml precedence
  • #52766 - 3.32.1: tagging during maven build fails
  • #52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #52772 - Be more careful in using JSON types

... (truncated)

Commits
  • 05c9278 [RELEASE] - Bump version to 3.32.3
  • b74c69c config.adoc: replace dead link
  • be6ab59 Merge pull request #53003 from gsmet/3.32.3-backports-1
  • 4615c2d Updates Infinispan to 16.0.8
  • e85b8d9 Make sure Infinispan is init correctly
  • 6d153de Upgrade sshd to 2.17.1
  • 05b3416 Remove micrometer-mp-metric dir which contains only empty pom
  • ac33ef3 Extract some repeated logic for clarity: introduce AotRunnerClassLoader#isKno...
  • 4650bbe Simplify findResource/findResources in AotRunnerClassLoader
  • 4de8b45 Avoid getDirNameFromResourceName when fullyIndexedResources contains the name
  • 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.3.

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.3
  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 11, 2026
@dependabot dependabot bot requested a review from a team March 11, 2026 19:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 11, 2026
@cla-assistant
Copy link

cla-assistant bot commented Mar 11, 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.

1 similar comment
@cla-assistant
Copy link

cla-assistant bot commented Mar 11, 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