Skip to content

Bump io.quarkus:quarkus-bom from 3.31.0 to 3.31.1#549

Merged
pascalseeland merged 1 commit intomasterfrom
dependabot/maven/io.quarkus-quarkus-bom-3.31.1
Feb 4, 2026
Merged

Bump io.quarkus:quarkus-bom from 3.31.0 to 3.31.1#549
pascalseeland merged 1 commit intomasterfrom
dependabot/maven/io.quarkus-quarkus-bom-3.31.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps io.quarkus:quarkus-bom from 3.31.0 to 3.31.1.

Release notes

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

3.31.1

Complete changelog

  • #25852 - Testcontainers ryuk abandoned during build without testing using Gradle
  • #40503 - Remote development mode: RemoteSyncHandler interrupted exception
  • #46078 - X-Forwarded-Host header resets the request port
  • #50752 - OpenAPI - Multiple custom annotation classes of same type not working
  • #51845 - Inconsistent error behavior with an empty host header
  • #51861 - Better handling for null or empty authority
  • #51931 - Transform CleanerJava9
  • #52004 - Dev UI Js Dependencies updates (grouped)
  • #52035 - Dev UI: Upgrade to vaadin 25
  • #52092 - Newline character in access log pattern
  • #52094 - Testing authentication with quarkus-websocket-next breaks if you have quarkus-test-security enabled too
  • #52096 - Better duplicate files warning
  • #52105 - Quarkus restarts 2 times when an annotation processor creates classes
  • #52108 - WebSockets Next Security: use identity stored on connection for @TestSecurity and fallback to deferred identity for lazy authentication in all situations
  • #52109 - Remember timestamp of generated java files
  • #52110 - Log InterruptedException as debug for RemoteSyncHandler
  • #52115 - Exception Mapping does not work anymore for streaming responses
  • #52116 - Arc: fix class generation bug
  • #52117 - testcontainers reuse property override
  • #52118 - Don't wrap exceptions thrown by StreamingOutput
  • #52127 - Uber jar - Add a couple of ignore rules
  • #52128 - Do not leak internal host port into Host header when host is taken from Forwarded header without proto or scheme directives
  • #52130 - ListeningAddress to be Optional.empty when port and protocol are null
  • #52131 - build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.9.0 to 1.10.0
  • #52135 - TestContainersStrategy.get to prevent potential concurrency issues
  • #52136 - Upgrade Dev UI to vaadin 25.x
  • #52155 - Annotation can be applied either on class or its methods
  • #52157 - Document in Infinispan protostream annotations processor
  • #52158 - OIDC token propagation: allow to combine @AccessToken on class and its methods
  • #52159 - build(deps): bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.128 to 0.0.129
  • #52160 - Add documentation for proxy-registry to allow reference for others extensions
  • #52161 - New Assistant component to navigate to the chat screen
  • #52163 - Vert.x - Avoid reflection when creating virtual thread factory
  • #52167 - Use platform-independent newline in access logs
  • #52169 - Fix trailing slash handling in forwarded prefix
  • #52171 - Introduce a BuildItem to express the need to load native libraries
  • #52173 - Avoid warnings about native libraries by Brotli, Jansi and MSSQL JDBC (production mode only)
  • #52183 - Address native library loading needs for Kafka extensions
  • #52184 - Enable native access for mongodb-crypt
  • #52185 - Enable native access for epoll/kqueue transports for Netty
  • #52186 - Bump smallrye-open-api.version from 4.2.3 to 4.2.4
  • #52188 - Update README.md for Java 25 support
  • #52194 - Upgrade to PostgreSQL JDBC 42.7.9
  • #52197 - BuildMetrics: fix produced items when extended capture is enabled
  • #52199 - Fix VertxImplGetVirtualThreadFactory transformation
  • #52203 - Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /devtools/gradle

... (truncated)

Commits
  • a5108a2 [RELEASE] - Bump version to 3.31.1
  • d6ed070 Merge pull request #52221 from gsmet/3.31.1-backports-1
  • 9a03fe2 Rewrite DefaultChannelId to avoid reflection
  • 758e9ef Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • fbaf04d Transform Netty's isSharable check to use a marker interface
  • 7a0cd37 Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /build-parent
  • 91f524f Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /devtools/gradle
  • 3678217 Bump com.microsoft.azure.functions:azure-functions-java-library
  • f6348c1 Bump smallrye-open-api.version from 4.2.3 to 4.2.4
  • 108eca9 build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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 [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.31.0 to 3.31.1.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.31.0...3.31.1)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Feb 3, 2026
@pascalseeland pascalseeland merged commit 01ab16b into master Feb 4, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-bom-3.31.1 branch February 4, 2026 13:04
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