Skip to content

Bump the quarkus group with 3 updates#249

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus-d1131b47e9
Open

Bump the quarkus group with 3 updates#249
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus-d1131b47e9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the quarkus group with 3 updates: io.quarkus.platform:quarkus-bom, io.quarkus:quarkus-ide-config and io.quarkus.platform:quarkus-maven-plugin.

Updates io.quarkus.platform:quarkus-bom from 3.35.2 to 3.35.3

Commits
  • 68f64bc [maven-release-plugin] prepare release 3.35.3
  • ab425a6 Merge pull request #1944 from gsmet/quarkus-3.35.3
  • ad87944 Upgrade to Quarkus 3.35.3
  • 9f2d3c4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-ide-config from 3.35.2 to 3.35.3

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.35.3

Complete changelog

  • #49976 - Datasource connection validation query timeout doesn't work for PostgreSQL, MariaDB and MySQL databases
  • #53545 - Update dev services guide to use the new builder API
  • #53561 - Harden OIDC debug logging
  • #53626 - Harden OIDC debug logs
  • #53764 - Dev MCP settings page now recommends Quarkus Agent MCP
  • #53770 - path parsed starts with a double quote ("), and the parser expects a raw path/URI instead during Junit test on Windows machine
  • #53792 - Use relative path for the serialized app model path
  • #53836 - Bump org.mariadb.jdbc:mariadb-java-client from 3.5.7 to 3.5.8
  • #53848 - Infinite loop when serializing to JSON
  • #53867 - Continuous testing fails when @QuarkusTest is applied via a stereotype (meta-annotation)
  • #53877 - QuarkusEntryPoint uses URLDecoder.decode() which incorrectly converts + to space in file paths
  • #53885 - Fix QuarkusEntryPoint path decoding issue
  • #53886 - Add AI generated tests covering all Jackson annotations
  • #53888 - Set network timeout on connection validation queries
  • #53906 - Manage self-reference recursion in generated reflection-free Jackson serializers
  • #53908 - Turn OIDC TokenVerificationResult to record
  • #53952 - Dev MCP test runner fails after mvn clean with no recovery path
  • #53953 - Dev MCP test runner gets permanently stuck in 'tests already in progress' after failure
  • #53954 - Add cancelTests and resetTests Dev MCP tools for the continuous testing infrastructure
  • #53956 - Fix Dev MCP test runner getting permanently stuck after failure
  • #53971 - ERROR [RuntimeUpdatesProcessor] Failed to replace classes via instrumentation:
  • #53978 - Fix continuous testing in Quarkus DEV mode when @QuarkusTest is used on meta-annotation
  • #53982 - Quarkus Liquibase logicalFilePath in Native-Mode
  • #53993 - Fix live reload failure with TYPE_USE annotations
  • #54029 - Let other extensions use OIDC ResourceMetadataHandler to calculate metadata url
  • #54032 - Make it possible to reuse OIDC token verification code for some SD-JWT tokens
  • #54037 - @QuarkusIntegrationTest with Docker ignores quarkus.test.integration-test-profile from application.properties (regression in 3.35)
  • #54039 - QuarkusServerFileBodyHandler leaks temp files when any ReaderInterceptor is registered
  • #54049 - Fix Liquibase native resolution when included changelogs use logicalFilePath
  • #54055 - Propagate quarkus.test properties set by Gradle build to workers
  • #54076 - Docs: fix broken links to JUnit docs
  • #54079 - Cleanup temp files even when Jakarta REST Interceptors exist
  • #54087 - Upgrade gRPC to 1.81.0, fix substitutions
  • #54092 - Clarify tree-shake saving message is about bytecode
  • #54100 - Add condition to Quarkiverse ecosystem CI workflow
  • #54143 - Remove incorrect references to quarkus.version in reactive-transactions pom
Commits
  • 0d462b3 [RELEASE] - Bump version to 3.35.3
  • 6ac31dd Merge pull request #54157 from gsmet/3.35.3-backports-1
  • a77b6f9 Bump org.mariadb.jdbc:mariadb-java-client from 3.5.7 to 3.5.8
  • da81c7b Remove incorrect references to quarkus.version in reactive-transactions pom
  • 50613e7 Make it possible to reuse OIDC token verification code for some SD-JWT tokens
  • 87d954b Clarify tree-shake saving message is about bytecode
  • 0d614cd Fix Jakarta Transaction link on transaction.adoc documentation
  • a5bb1f9 Fix Liquibase native changelog resolution for logicalFilePath on included cha...
  • cd5f7c5 Add condition to Quarkiverse ecosystem CI workflow
  • 5e81391 Upgrade gRPC to 1.81.0, fix substitutions
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.35.2 to 3.35.3

Commits
  • 68f64bc [maven-release-plugin] prepare release 3.35.3
  • ab425a6 Merge pull request #1944 from gsmet/quarkus-3.35.3
  • ad87944 Upgrade to Quarkus 3.35.3
  • 9f2d3c4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-ide-config from 3.35.2 to 3.35.3

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.35.3

Complete changelog

  • #49976 - Datasource connection validation query timeout doesn't work for PostgreSQL, MariaDB and MySQL databases
  • #53545 - Update dev services guide to use the new builder API
  • #53561 - Harden OIDC debug logging
  • #53626 - Harden OIDC debug logs
  • #53764 - Dev MCP settings page now recommends Quarkus Agent MCP
  • #53770 - path parsed starts with a double quote ("), and the parser expects a raw path/URI instead during Junit test on Windows machine
  • #53792 - Use relative path for the serialized app model path
  • #53836 - Bump org.mariadb.jdbc:mariadb-java-client from 3.5.7 to 3.5.8
  • #53848 - Infinite loop when serializing to JSON
  • #53867 - Continuous testing fails when @QuarkusTest is applied via a stereotype (meta-annotation)
  • #53877 - QuarkusEntryPoint uses URLDecoder.decode() which incorrectly converts + to space in file paths
  • #53885 - Fix QuarkusEntryPoint path decoding issue
  • #53886 - Add AI generated tests covering all Jackson annotations
  • #53888 - Set network timeout on connection validation queries
  • #53906 - Manage self-reference recursion in generated reflection-free Jackson serializers
  • #53908 - Turn OIDC TokenVerificationResult to record
  • #53952 - Dev MCP test runner fails after mvn clean with no recovery path
  • #53953 - Dev MCP test runner gets permanently stuck in 'tests already in progress' after failure
  • #53954 - Add cancelTests and resetTests Dev MCP tools for the continuous testing infrastructure
  • #53956 - Fix Dev MCP test runner getting permanently stuck after failure
  • #53971 - ERROR [RuntimeUpdatesProcessor] Failed to replace classes via instrumentation:
  • #53978 - Fix continuous testing in Quarkus DEV mode when @QuarkusTest is used on meta-annotation
  • #53982 - Quarkus Liquibase logicalFilePath in Native-Mode
  • #53993 - Fix live reload failure with TYPE_USE annotations
  • #54029 - Let other extensions use OIDC ResourceMetadataHandler to calculate metadata url
  • #54032 - Make it possible to reuse OIDC token verification code for some SD-JWT tokens
  • #54037 - @QuarkusIntegrationTest with Docker ignores quarkus.test.integration-test-profile from application.properties (regression in 3.35)
  • #54039 - QuarkusServerFileBodyHandler leaks temp files when any ReaderInterceptor is registered
  • #54049 - Fix Liquibase native resolution when included changelogs use logicalFilePath
  • #54055 - Propagate quarkus.test properties set by Gradle build to workers
  • #54076 - Docs: fix broken links to JUnit docs
  • #54079 - Cleanup temp files even when Jakarta REST Interceptors exist
  • #54087 - Upgrade gRPC to 1.81.0, fix substitutions
  • #54092 - Clarify tree-shake saving message is about bytecode
  • #54100 - Add condition to Quarkiverse ecosystem CI workflow
  • #54143 - Remove incorrect references to quarkus.version in reactive-transactions pom
Commits
  • 0d462b3 [RELEASE] - Bump version to 3.35.3
  • 6ac31dd Merge pull request #54157 from gsmet/3.35.3-backports-1
  • a77b6f9 Bump org.mariadb.jdbc:mariadb-java-client from 3.5.7 to 3.5.8
  • da81c7b Remove incorrect references to quarkus.version in reactive-transactions pom
  • 50613e7 Make it possible to reuse OIDC token verification code for some SD-JWT tokens
  • 87d954b Clarify tree-shake saving message is about bytecode
  • 0d614cd Fix Jakarta Transaction link on transaction.adoc documentation
  • a5bb1f9 Fix Liquibase native changelog resolution for logicalFilePath on included cha...
  • cd5f7c5 Add condition to Quarkiverse ecosystem CI workflow
  • 5e81391 Upgrade gRPC to 1.81.0, fix substitutions
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.35.2 to 3.35.3

Commits
  • 68f64bc [maven-release-plugin] prepare release 3.35.3
  • ab425a6 Merge pull request #1944 from gsmet/quarkus-3.35.3
  • ad87944 Upgrade to Quarkus 3.35.3
  • 9f2d3c4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Bumps the quarkus group with 3 updates: [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform), [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) and [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform).


Updates `io.quarkus.platform:quarkus-bom` from 3.35.2 to 3.35.3
- [Commits](quarkusio/quarkus-platform@3.35.2...3.35.3)

Updates `io.quarkus:quarkus-ide-config` from 3.35.2 to 3.35.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.35.2...3.35.3)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.35.2 to 3.35.3
- [Commits](quarkusio/quarkus-platform@3.35.2...3.35.3)

Updates `io.quarkus:quarkus-ide-config` from 3.35.2 to 3.35.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.35.2...3.35.3)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.35.2 to 3.35.3
- [Commits](quarkusio/quarkus-platform@3.35.2...3.35.3)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.35.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.35.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants