Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps dependency.quarkus.version from 3.24.0 to 3.25.1.
Updates io.quarkus:quarkus-bom from 3.24.0 to 3.25.1

Release notes

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

3.25.0

Complete changelog

  • #48866 - Bump to Liquibase 4.33.0
  • #48885 - Unable to disable RestAssured's logging causing heap overflow
  • #48942 - QuarkusComponentTest: skip system config sources by default
  • #48954 - Reset more fields of Liquibase's Scope
  • #48971 - Add some since attributes to @Deprecated elements
  • #48979 - Bump flyway.version from 11.10.2 to 11.10.3
  • #48987 - Allow users to turn off RestAssured logging

3.25.0.CR1

Major changes

  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #48296 - OIDC Client: Add periodic asynchronous tokens refresh for performance critical applications
  • #48482 - Provide a fluent API to set up path-specific authorization programmatically
  • #48734 - Support for OAuth2 ResourceProtectedMetadata

Complete changelog

  • #5514 - Run time config objects should be disallowed in build steps completely
  • #14513 - AWS lambda extension fails to Deserialize trigger Classes correctly
  • #29269 - Do not require a default datasource definition if TenantConnectionResolver is implemented
  • #34547 - Exception on application shutdown with quarkus-hibernate-search-orm-coordination-outbox-polling
  • #34652 - Unable to build application as "mutable-jar" using gradle plugin
  • #35605 - Virtual Thread Support in GraphQL
  • #38366 - Quarkus cli: quarkus run of picocli app with Gradle Kotlin DSL fails
  • #39167 - Prevent reordering of env in kubernetes deployment
  • #40358 - Support specifying multiple tenants in @TenantFeature
  • #42255 - Microsoft Azure SQL Server Compatibility with Quarkus 3.12.3
  • #43434 - WebSocket-Next - Refresh OIDC AccessToken without reconnection
  • #43703 - Using CockroachDB with Postgres JDBC driver causes failure because of database version
  • #43764 - Delegate detection of the database version to the Hibernate ORM dialect and enable checks for Hibernate Reactive
  • #44656 - The usage of the amazon extensions results in unregistered resource or reflective accesses in native mode
  • #44871 - Fail or warn on build when application.properties/application.yaml is missing but application-<profile>.properties/application-<profile>.yaml is present
  • #45011 - Provide Vert.x OIDC to Quarkus OIDC migration guides
  • #45263 - Unactionable warning when booting Hibernate Reactive
  • #45332 - Docs - all config page: Management interface runtime authentication group has title "WebSocket Server configuration"
  • #45892 - Docs: Disparities between the online quarkus-messaging-kafka extension docs
  • #46357 - Change how JPAConfig cleans up its resources
  • #46673 - Add optional refresh token timer to OIDC client
  • #47151 - Support io.micrometer.prometheusmetrics.PrometheusMeterRegistry
  • #47210 - Simple way to exclude quarkus-devtools-common transitive dependencies
  • #47317 - Support for OIDC Protected Resource Metadata
  • #47370 - Sort generated env by name in kubernetes extension
  • #47458 - Add Metrics and Logs to OTel Capabilities
  • #47507 - HeaderHelper.getMediaType throws ClassCastException when Content-Type header is stored as a List

... (truncated)

Commits
  • d5293b5 [RELEASE] - Bump version to 3.25.1
  • d1199be Merge pull request #49259 from gsmet/3.25.1-backports-2
  • 049ef9e Include the reasons why the check breaks the start
  • ef2d312 Adjust the json formatter checks to detect when bypassing Quarkus OM would ac...
  • 439ce5f Account for JSON_ARRAY/XML_ARRAY by checking jdbc types
  • 433bdb7 Better check for JSON/XML properties in ORM's metadata
  • f694479 Improve the check to test if mappers were customized
  • 6ba5f92 Reactive DB2 Client - Use vetted pattern to access runtime config in recorder
  • 18748a8 Remove compilePlusRuntime and process compileClasspath and runtimeOnly separa...
  • eeccef4 Fix flacky test
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.24.0 to 3.25.1

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 `dependency.quarkus.version` from 3.24.0 to 3.25.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.24.0 to 3.25.1

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.25.1
  dependency-type: direct:production
  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 Aug 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2025

Superseded by #307.

@dependabot dependabot bot closed this Aug 8, 2025
@dependabot dependabot bot deleted the dependabot/maven/dependency.quarkus.version-3.25.1 branch August 8, 2025 16:22
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