Skip to content

build(deps): bump quarkus.platform.version from 3.35.2 to 3.35.3 in /java/native-image/quarkus-native-image-maven#1435

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/java/native-image/quarkus-native-image-maven/quarkus.platform.version-3.35.3
Open

build(deps): bump quarkus.platform.version from 3.35.2 to 3.35.3 in /java/native-image/quarkus-native-image-maven#1435
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/java/native-image/quarkus-native-image-maven/quarkus.platform.version-3.35.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

Sourced from io.quarkus:quarkus-bom'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:quarkus-maven-plugin from 3.35.2 to 3.35.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 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 `quarkus.platform.version` from 3.35.2 to 3.35.3.

Updates `io.quarkus:quarkus-bom` 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:quarkus-maven-plugin` from 3.35.2 to 3.35.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.35.3
  dependency-type: direct:development
  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 May 14, 2026
@dependabot dependabot Bot requested review from a team as code owners May 14, 2026 03:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 14, 2026
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.

0 participants