Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the quarkus group with 2 updates: io.quarkus:quarkus-bom and io.quarkus:quarkus-maven-plugin.

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

Release notes

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

3.26.3

Complete changelog

  • #38996 - Intellij: Task sequence for task 'compileQuarkusGeneratedSourcesJava' not correct (Gradle, Kotlin, Multi-Module Project)
  • #45057 - Gradle build: "compileKotlin" depends from "compileQuarkusGeneratedSourcesJava"
  • #47028 - HTTP Compression still not working with quarkus-amazon-lambda-rest dependency
  • #49297 - quarkus-maven-plugin: dependency information is stored in the maven context and not properly cleaned up
  • #49561 - Updates Native build and runtime guides, Visual Studio 2022, UBI9, ArchLinux
  • #49652 - Task dependency error with gradle 9.0.0
  • #49742 - In Gradle, properly handle relocated artifacts in conditional dependency resolution
  • #49753 - Try to handle relocation artifacts gracefully in QuarkusComponentVariants
  • #49788 - Quarkus issue with quarkus-confluent-registry-avro and smallrye-config-jasypt
  • #49824 - Pass all the configuration minus Quarkus defaults to Gradle code generator task
  • #49833 - Make sure Amazon Lambda mock server doesn't interfere with HTTP compression
  • #49835 - Add a copy-to-clipboard feature for the MCP URL in server details
  • #49836 - Clarify Recorder config injection
  • #49844 - Manage more smallrye-fault-tolerance artifacts to help enforcing dependency convergence throughout Quarkiverse
  • #49847 - Catch Throwable in ApplicationLifecycleManager
  • #49850 - Update docs for Blaze-Persistence 1.6.17
  • #49854 - Datasource DevUI - get rid of duplicit DS in the list
  • #49856 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.1.2.Final to 3.1.3.Final in the hibernate group
  • #49864 - Make sure compileJava and compileKotlin run after compileQuarkusGeneratedSourcesXXX tasks
  • #49867 - Bump to Vert.x 4.5.21 and Netty 4.1.127.Final
  • #49871 - memory leak in RestClientBuilderImpl when creating RestClient from Builder with TLSRegistry
  • #49873 - PermitAllInterceptor Executing a RolesAllowed Check in Dev Mode When quarkus.security.auth.enabled-in-dev-mode=false
  • #49874 - Clean up TLS config bookkeeping when a REST Client is closed
  • #49875 - Duplicate Transfer-Encoding: chunked headers in Quarkus response
  • #49879 - quarkus.http.enable-compression=true adds content-encoding gzip even for http 204 No content
  • #49880 - Remove Content-Encoding header when response is 204
  • #49882 - Fix link
  • #49883 - Quarkus MCP Tools no loading
  • #49886 - Fix: @PermitAll security annotation now correctly handle disabled authorization
  • #49887 - Manage more prometheus artifacts to help enforcing dependecy convergence throughout Quarkiverse
  • #49888 - Clone POM model before modifying it
  • #49894 - Filter out "Transfer-Encoding" header from a REST Response
  • #49897 - Fix "Go Home" on Dev UI
  • #49900 - Support for a custom OIDC resource metadata's authorization server URL
  • #49907 - Update OidcConfigMetadata to return supported properties such as subject and response types
  • #49912 - Bump wildfly-elytron.version from 2.6.4.Final to 2.6.5.Final
  • #49923 - In dev-ui -> Continuous Testing -> After running all, the table columns are not resizable and therefore Test Class and Name are truncated
  • #49924 - Dev UI: Make Continuous Testing Grid resizable
  • #49933 - MethodTooLargeException is thrown in compilation when the project has large number of rest clients (even unused)
  • #49934 - Allow registry offering configuration with an environment variable
  • #49935 - Ensure that a large numbers of REST Client interfaces doesn't break the build
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

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


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: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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 15, 2025
@marko-bekhta marko-bekhta merged commit cf75567 into main Sep 15, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus-a51092985b branch September 15, 2025 06: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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant