Skip to content

deps: bump the quarkus group with 4 updates#2112

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/quarkus-e4233ae2ae
Open

deps: bump the quarkus group with 4 updates#2112
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/quarkus-e4233ae2ae

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the quarkus group with 4 updates: io.quarkus:quarkus-bom, io.quarkus:quarkus-maven-plugin, io.quarkus:quarkus-extension-maven-plugin and io.quarkus:quarkus-extension-processor.

Updates io.quarkus:quarkus-bom from 3.31.2 to 3.31.3

Release notes

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

3.31.3

Major changes

  • #52395 - Update images in catalog and use runtime images

Complete changelog

  • #51972 - StatelessSession batched operations not visible within same transaction when using @TestTransaction
  • #52193 - OIDC token propagation: don't use the default random generator during the build time as it relies on a service provider
  • #52314 - Failsafe @{argLine} not working in 3.31.1 with new quarkus packageing.
  • #52315 - GrpcCodeGen fails with Quarkus 3.31 on Java 22 + 23
  • #52355 - Tests using TestHandler (IsolatedTestsModeMain) should also be run with the expected add-opens directive
  • #52356 - Apply JVM options via JvmModulesReconfigurer also to tests executed via IsolatedTestModeMain
  • #52357 - Make sure --sun-misc-unsafe-memory-access is not set on Java 23 and earlier
  • #52370 - Escape the whole -D option for quarkus-internal-test.serialized-app-model.path
  • #52372 - Decrease log level for NativeImageAgentMojo
  • #52377 - Move build-time-initialization from beforeAnalysis to duringSetup
  • #52382 - Bring back stdout+stderr output from int-test
  • #52383 - build(deps): bump io.fabric8:maven-model-helper from 37 to 40
  • #52384 - Inexistent Image in Dockerfile when Generating App with Java 25
  • #52386 - quarkus.tls.protocols=TLSv1.3 in Quarkus 3.31.1 + Java 25
  • #52395 - Update images in catalog and use runtime images
  • #52402 - Update documentation for base images in Container Images extensions
  • #52403 - Really bring back stdout+stderr output from int-test
  • #52405 - Fix Module detection when running in a subfolder of a maven project
  • #52407 - Fix documentation for switch to TLS v1.3 only by default
  • #52418 - Native: Enable Netty JCTools' MpscUnboundedArrayQueue
  • #52428 - Fix doc examples on some QuarkusTransaction methods
  • #52445 - Set the upper limit to Java 25 in the Gradle plugin project
  • #52447 - Scheduler: register non-bean skip predicates for reflection
  • #52457 - build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5
  • #52469 - Starting from Main method fails on dependency to Kotlin Module without Java code
  • #52477 - Kotlin Serialization extension raises NPE when Context.getAllAnotations() returns null
  • #52478 - NPE in Redis mapping response to OptimisticLockingTransactionResult
  • #52482 - Redis Client: fix NPE in optimistic locking transactions
  • #52485 - Add BuildToolHelper.getApplicationModuleOrCurrentDirectory(appModel)
  • #52496 - Add directories in ParallelCommonsCompressArchiveCreator
  • #52508 - build(deps): bump the hibernate group with 9 updates
  • #52515 - build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • #52524 - Quarkus with Gradle, Kotlin and Java Code is not indexing correctly
  • #52534 - Drop duplicate log output in ITs
  • #52535 - Add only existing output directories as additional archive paths
  • #52539 - Ensure that annotations in Quarkus REST is never null
  • #52541 - Collect all available module output directories in IDE launcher
Commits
  • e6ee9cd [RELEASE] - Bump version to 3.31.3
  • 64dcac5 Collect all available module output directories in IDE launcher
  • 159d001 Merge pull request #52538 from gsmet/3.31.3-backports-1
  • 2d1f586 Ensure that annotations in Quarkus REST is never null
  • bd86f17 Add only existing output directories as additional archive paths
  • 872658d Drop duplicate log output in ITs
  • 6bf1471 build(deps): bump the hibernate group with 9 updates
  • 93c1f72 build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • 7b909ae Fix handling of multiple PreExceptionMapperHandler
  • 45edc5e Add directories in ParallelCommonsCompressArchiveCreator
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.31.2 to 3.31.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.31.2 to 3.31.3

Release notes

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

3.31.3

Major changes

  • #52395 - Update images in catalog and use runtime images

Complete changelog

  • #51972 - StatelessSession batched operations not visible within same transaction when using @TestTransaction
  • #52193 - OIDC token propagation: don't use the default random generator during the build time as it relies on a service provider
  • #52314 - Failsafe @{argLine} not working in 3.31.1 with new quarkus packageing.
  • #52315 - GrpcCodeGen fails with Quarkus 3.31 on Java 22 + 23
  • #52355 - Tests using TestHandler (IsolatedTestsModeMain) should also be run with the expected add-opens directive
  • #52356 - Apply JVM options via JvmModulesReconfigurer also to tests executed via IsolatedTestModeMain
  • #52357 - Make sure --sun-misc-unsafe-memory-access is not set on Java 23 and earlier
  • #52370 - Escape the whole -D option for quarkus-internal-test.serialized-app-model.path
  • #52372 - Decrease log level for NativeImageAgentMojo
  • #52377 - Move build-time-initialization from beforeAnalysis to duringSetup
  • #52382 - Bring back stdout+stderr output from int-test
  • #52383 - build(deps): bump io.fabric8:maven-model-helper from 37 to 40
  • #52384 - Inexistent Image in Dockerfile when Generating App with Java 25
  • #52386 - quarkus.tls.protocols=TLSv1.3 in Quarkus 3.31.1 + Java 25
  • #52395 - Update images in catalog and use runtime images
  • #52402 - Update documentation for base images in Container Images extensions
  • #52403 - Really bring back stdout+stderr output from int-test
  • #52405 - Fix Module detection when running in a subfolder of a maven project
  • #52407 - Fix documentation for switch to TLS v1.3 only by default
  • #52418 - Native: Enable Netty JCTools' MpscUnboundedArrayQueue
  • #52428 - Fix doc examples on some QuarkusTransaction methods
  • #52445 - Set the upper limit to Java 25 in the Gradle plugin project
  • #52447 - Scheduler: register non-bean skip predicates for reflection
  • #52457 - build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5
  • #52469 - Starting from Main method fails on dependency to Kotlin Module without Java code
  • #52477 - Kotlin Serialization extension raises NPE when Context.getAllAnotations() returns null
  • #52478 - NPE in Redis mapping response to OptimisticLockingTransactionResult
  • #52482 - Redis Client: fix NPE in optimistic locking transactions
  • #52485 - Add BuildToolHelper.getApplicationModuleOrCurrentDirectory(appModel)
  • #52496 - Add directories in ParallelCommonsCompressArchiveCreator
  • #52508 - build(deps): bump the hibernate group with 9 updates
  • #52515 - build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • #52524 - Quarkus with Gradle, Kotlin and Java Code is not indexing correctly
  • #52534 - Drop duplicate log output in ITs
  • #52535 - Add only existing output directories as additional archive paths
  • #52539 - Ensure that annotations in Quarkus REST is never null
  • #52541 - Collect all available module output directories in IDE launcher
Commits
  • e6ee9cd [RELEASE] - Bump version to 3.31.3
  • 64dcac5 Collect all available module output directories in IDE launcher
  • 159d001 Merge pull request #52538 from gsmet/3.31.3-backports-1
  • 2d1f586 Ensure that annotations in Quarkus REST is never null
  • bd86f17 Add only existing output directories as additional archive paths
  • 872658d Drop duplicate log output in ITs
  • 6bf1471 build(deps): bump the hibernate group with 9 updates
  • 93c1f72 build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • 7b909ae Fix handling of multiple PreExceptionMapperHandler
  • 45edc5e Add directories in ParallelCommonsCompressArchiveCreator
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.31.2 to 3.31.3

Updates io.quarkus:quarkus-maven-plugin from 3.31.2 to 3.31.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.31.2 to 3.31.3

Release notes

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

3.31.3

Major changes

  • #52395 - Update images in catalog and use runtime images

Complete changelog

  • #51972 - StatelessSession batched operations not visible within same transaction when using @TestTransaction
  • #52193 - OIDC token propagation: don't use the default random generator during the build time as it relies on a service provider
  • #52314 - Failsafe @{argLine} not working in 3.31.1 with new quarkus packageing.
  • #52315 - GrpcCodeGen fails with Quarkus 3.31 on Java 22 + 23
  • #52355 - Tests using TestHandler (IsolatedTestsModeMain) should also be run with the expected add-opens directive
  • #52356 - Apply JVM options via JvmModulesReconfigurer also to tests executed via IsolatedTestModeMain
  • #52357 - Make sure --sun-misc-unsafe-memory-access is not set on Java 23 and earlier
  • #52370 - Escape the whole -D option for quarkus-internal-test.serialized-app-model.path
  • #52372 - Decrease log level for NativeImageAgentMojo
  • #52377 - Move build-time-initialization from beforeAnalysis to duringSetup
  • #52382 - Bring back stdout+stderr output from int-test
  • #52383 - build(deps): bump io.fabric8:maven-model-helper from 37 to 40
  • #52384 - Inexistent Image in Dockerfile when Generating App with Java 25
  • #52386 - quarkus.tls.protocols=TLSv1.3 in Quarkus 3.31.1 + Java 25
  • #52395 - Update images in catalog and use runtime images
  • #52402 - Update documentation for base images in Container Images extensions
  • #52403 - Really bring back stdout+stderr output from int-test
  • #52405 - Fix Module detection when running in a subfolder of a maven project
  • #52407 - Fix documentation for switch to TLS v1.3 only by default
  • #52418 - Native: Enable Netty JCTools' MpscUnboundedArrayQueue
  • #52428 - Fix doc examples on some QuarkusTransaction methods
  • #52445 - Set the upper limit to Java 25 in the Gradle plugin project
  • #52447 - Scheduler: register non-bean skip predicates for reflection
  • #52457 - build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5
  • #52469 - Starting from Main method fails on dependency to Kotlin Module without Java code
  • #52477 - Kotlin Serialization extension raises NPE when Context.getAllAnotations() returns null
  • #52478 - NPE in Redis mapping response to OptimisticLockingTransactionResult
  • #52482 - Redis Client: fix NPE in optimistic locking transactions
  • #52485 - Add BuildToolHelper.getApplicationModuleOrCurrentDirectory(appModel)
  • #52496 - Add directories in ParallelCommonsCompressArchiveCreator
  • #52508 - build(deps): bump the hibernate group with 9 updates
  • #52515 - build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • #52524 - Quarkus with Gradle, Kotlin and Java Code is not indexing correctly
  • #52534 - Drop duplicate log output in ITs
  • #52535 - Add only existing output directories as additional archive paths
  • #52539 - Ensure that annotations in Quarkus REST is never null
  • #52541 - Collect all available module output directories in IDE launcher
Commits
  • e6ee9cd [RELEASE] - Bump version to 3.31.3
  • 64dcac5 Collect all available module output directories in IDE launcher
  • 159d001 Merge pull request #52538 from gsmet/3.31.3-backports-1
  • 2d1f586 Ensure that annotations in Quarkus REST is never null
  • bd86f17 Add only existing output directories as additional archive paths
  • 872658d Drop duplicate log output in ITs
  • 6bf1471 build(deps): bump the hibernate group with 9 updates
  • 93c1f72 build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • 7b909ae Fix handling of multiple PreExceptionMapperHandler
  • 45edc5e Add directories in ParallelCommonsCompressArchiveCreator
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.31.2 to 3.31.3

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file; used by Dependabot. label Feb 13, 2026
@dependabot dependabot bot requested a review from triceo as a code owner February 13, 2026 12:27
@sonarqubecloud
Copy link

Bumps the quarkus group with 4 updates: [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus), io.quarkus:quarkus-maven-plugin, [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) and io.quarkus:quarkus-extension-processor.


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

Updates `io.quarkus:quarkus-maven-plugin` from 3.31.2 to 3.31.3

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

Updates `io.quarkus:quarkus-extension-processor` from 3.31.2 to 3.31.3

Updates `io.quarkus:quarkus-maven-plugin` from 3.31.2 to 3.31.3

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

Updates `io.quarkus:quarkus-extension-processor` from 3.31.2 to 3.31.3

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/quarkus-e4233ae2ae branch from bd2478c to 5ea19dd Compare February 13, 2026 13:37
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; used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants