Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps the quarkus group with 4 updates: io.quarkus.resteasy.reactive:resteasy-reactive, io.quarkus:quarkus-reactive-routes, io.quarkus:quarkus-bom and io.quarkus:quarkus-maven-plugin.

Updates io.quarkus.resteasy.reactive:resteasy-reactive from 3.26.2 to 3.26.3

Updates io.quarkus:quarkus-reactive-routes from 3.26.2 to 3.26.3

Updates io.quarkus:quarkus-reactive-routes from 3.26.2 to 3.26.3

Updates io.quarkus:quarkus-bom from 3.26.2 to 3.26.3

Commits
  • ad3a743 [RELEASE] - Bump version to 3.26.3
  • 16a4ea0 Merge pull request #49927 from jmartisk/3.26.3-backports-2
  • 15ef1e8 Bump to Netty 4.1.127.Final
  • 4459f87 Ensure the full compressed payload is decoded
  • 3e0b174 Implement authority(boolean real) in ForwardedServerRequestWrapper
  • eff88af Bump to Vert.x 4.5.21 and Netty 4.1.126.Final
  • 70b4e71 Allow registry offering configuration with an environment variable
  • 9ac1fe4 Ensure that a large numbers of REST Client interfaces doesn't break the build
  • 017e830 Dev UI: Make Continuous Testing Grid resizable
  • 2f802a6 Update OidcConfigMetadata to return supported properties such as subject and ...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.26.2 to 3.26.3

Updates io.quarkus:quarkus-maven-plugin from 3.26.2 to 3.26.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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 9, 2025
Bumps the quarkus group with 4 updates: io.quarkus.resteasy.reactive:resteasy-reactive, io.quarkus:quarkus-reactive-routes, [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) and io.quarkus:quarkus-maven-plugin.


Updates `io.quarkus.resteasy.reactive:resteasy-reactive` from 3.26.2 to 3.26.3

Updates `io.quarkus:quarkus-reactive-routes` from 3.26.2 to 3.26.3

Updates `io.quarkus:quarkus-reactive-routes` from 3.26.2 to 3.26.3

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.26.2 to 3.26.3

Updates `io.quarkus:quarkus-maven-plugin` from 3.26.2 to 3.26.3

---
updated-dependencies:
- dependency-name: io.quarkus.resteasy.reactive:resteasy-reactive
  dependency-version: 3.26.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-reactive-routes
  dependency-version: 3.26.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-reactive-routes
  dependency-version: 3.26.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/quarkus-422e519c01 branch from 78ec959 to ef59599 Compare September 9, 2025 23:30
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 9, 2025

@MikeEdgar MikeEdgar added this to the 4.1.2 milestone Sep 10, 2025
@MikeEdgar MikeEdgar merged commit fd2fe9d into main Sep 10, 2025
8 checks passed
@MikeEdgar MikeEdgar deleted the dependabot/maven/quarkus-422e519c01 branch September 10, 2025 11:41
@MikeEdgar MikeEdgar modified the milestones: 4.1.2, 4.2.0 Sep 19, 2025
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.

2 participants