Skip to content

Bump the maven group with 5 updates#326

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-3e5dc92abc
Apr 14, 2026
Merged

Bump the maven group with 5 updates#326
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-3e5dc92abc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 5 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.34.2 3.34.3
io.quarkus:quarkus-extension-processor 3.34.2 3.34.3
io.quarkus:quarkus-extension-maven-plugin 3.34.2 3.34.3
io.quarkus.platform:quarkus-maven-plugin 3.34.2 3.34.3
io.swagger.core.v3:swagger-annotations 2.2.46 2.2.48

Updates io.quarkus.platform:quarkus-bom from 3.34.2 to 3.34.3

Commits
  • 05b4455 [maven-release-plugin] prepare release 3.34.3
  • b71da7e Merge pull request #1869 from gsmet/quarkus-3.34.3
  • 7be97e7 Upgrade to Quarkus 3.34.3
  • aa8c29d Merge pull request #1866 from quarkusio/update-automation/3.34-cxf-3.33.1
  • 40797c9 Merge pull request #1865 from quarkusio/update-automation/3.34-io.quarkiverse...
  • 8673e51 Update CXF to 3.33.1
  • 53d6711 Update io.quarkiverse.qute.web to 3.4.5
  • 597c106 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.34.2 to 3.34.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.34.2 to 3.34.3

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.34.3

Complete changelog

  • #52882 - Quarkus Avro extension cannot generate new Schema syntax Idl.
  • #52948 - Use IdlReader instead of deprecated Idl parser in Avro extension
  • #53382 - In-flight JTA transactions committed instead of rolled back when graceful shutdown timeout expires before transaction timeout
  • #53383 - BUILD_AND_RUN_TIME_FIXED config values not resolved with custom profiles (3.31+ regression)
  • #53386 - [3.34] Update SmallRye Fault Tolerance to 6.10.1
  • #53389 - Update Gradle template to select quarkus-junit or quarkus-junit5 based on Quarkus platform version
  • #53391 - Docs: Add caution note to Using RestResponse section in rest-client.adoc
  • #53393 - ClassCastException when PEM CA certificate is used
  • #53397 - Avoid CCE when reloading Vert.x trust store
  • #53399 - Ensure that shared Config build time runtime fixed uses the expected profile when set from @TestProfile
  • #53403 - Fix xref link text in security-authentication-mechanisms.adoc
  • #53404 - Fix Oracle connection rollback interceptor
  • #53408 - [Reflection-free Jackson deserialisers] ClassCast exceptions w/ non-standard collections and ignoring FAIL_ON_UNKNOWN_PROPERTIES
  • #53414 - Properly support FAIL_ON_UNKNOWN_PROPERTIES in reflection-free deserialisers
  • #53418 - @ServerExceptionMapper beans with super class using Java generics doesn't build (with BuilderException)
  • #53420 - Fix @ServerExceptionMapper handling for generic types
  • #53427 - NullPointerException in VertxHttpRecorder for null URI
  • #53428 - Set up CodeQL security analysis for pull requests
  • #53430 - Also populate cache on GitHub Actions for main repo
  • #53434 - Avoid skipping config tracking when the Quarkus build is skipped
  • #53442 - Do not preinit UUID infrastructure for Vert.x anymore
  • #53444 - Pin GitHub actions (use hashes instead of tags for versioning)
  • #53456 - Avoid trying to parse null URI
  • #53461 - List commands when you run just
  • #53462 - Tightening workflow permissions
  • #53463 - Fix typo in unused gRPC interceptor warnings
  • #53478 - Hibernate add default config documentation for cache settings
Commits
  • 9da9399 [RELEASE] - Bump version to 3.34.3
  • 19da67f Merge pull request #53487 from gsmet/3.34.3-backports-1
  • 3b0a722 Bump Hibernate ORM to 7.2.9.Final, Reactive to 3.2.9.Final
  • 642b097 Replace action tags with commit hashes
  • 4d7f956 Also populate cache on GitHub Actions for main repo
  • 4fa36e1 Set up CodeQL security analysis for pull requests
  • f18071f List commands by default in the .justfile
  • 9cd1917 Tightening workflow permissions
  • ccc72ad Hibernate add default config documentation for cache settings
  • 96ceff1 Fix typo in unused gRPC interceptor warnings
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.34.2 to 3.34.3

Commits
  • 05b4455 [maven-release-plugin] prepare release 3.34.3
  • b71da7e Merge pull request #1869 from gsmet/quarkus-3.34.3
  • 7be97e7 Upgrade to Quarkus 3.34.3
  • aa8c29d Merge pull request #1866 from quarkusio/update-automation/3.34-cxf-3.33.1
  • 40797c9 Merge pull request #1865 from quarkusio/update-automation/3.34-io.quarkiverse...
  • 8673e51 Update CXF to 3.33.1
  • 53d6711 Update io.quarkiverse.qute.web to 3.4.5
  • 597c106 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.34.2 to 3.34.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.34.2 to 3.34.3

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.34.3

Complete changelog

  • #52882 - Quarkus Avro extension cannot generate new Schema syntax Idl.
  • #52948 - Use IdlReader instead of deprecated Idl parser in Avro extension
  • #53382 - In-flight JTA transactions committed instead of rolled back when graceful shutdown timeout expires before transaction timeout
  • #53383 - BUILD_AND_RUN_TIME_FIXED config values not resolved with custom profiles (3.31+ regression)
  • #53386 - [3.34] Update SmallRye Fault Tolerance to 6.10.1
  • #53389 - Update Gradle template to select quarkus-junit or quarkus-junit5 based on Quarkus platform version
  • #53391 - Docs: Add caution note to Using RestResponse section in rest-client.adoc
  • #53393 - ClassCastException when PEM CA certificate is used
  • #53397 - Avoid CCE when reloading Vert.x trust store
  • #53399 - Ensure that shared Config build time runtime fixed uses the expected profile when set from @TestProfile
  • #53403 - Fix xref link text in security-authentication-mechanisms.adoc
  • #53404 - Fix Oracle connection rollback interceptor
  • #53408 - [Reflection-free Jackson deserialisers] ClassCast exceptions w/ non-standard collections and ignoring FAIL_ON_UNKNOWN_PROPERTIES
  • #53414 - Properly support FAIL_ON_UNKNOWN_PROPERTIES in reflection-free deserialisers
  • #53418 - @ServerExceptionMapper beans with super class using Java generics doesn't build (with BuilderException)
  • #53420 - Fix @ServerExceptionMapper handling for generic types
  • #53427 - NullPointerException in VertxHttpRecorder for null URI
  • #53428 - Set up CodeQL security analysis for pull requests
  • #53430 - Also populate cache on GitHub Actions for main repo
  • #53434 - Avoid skipping config tracking when the Quarkus build is skipped
  • #53442 - Do not preinit UUID infrastructure for Vert.x anymore
  • #53444 - Pin GitHub actions (use hashes instead of tags for versioning)
  • #53456 - Avoid trying to parse null URI
  • #53461 - List commands when you run just
  • #53462 - Tightening workflow permissions
  • #53463 - Fix typo in unused gRPC interceptor warnings
  • #53478 - Hibernate add default config documentation for cache settings
Commits
  • 9da9399 [RELEASE] - Bump version to 3.34.3
  • 19da67f Merge pull request #53487 from gsmet/3.34.3-backports-1
  • 3b0a722 Bump Hibernate ORM to 7.2.9.Final, Reactive to 3.2.9.Final
  • 642b097 Replace action tags with commit hashes
  • 4d7f956 Also populate cache on GitHub Actions for main repo
  • 4fa36e1 Set up CodeQL security analysis for pull requests
  • f18071f List commands by default in the .justfile
  • 9cd1917 Tightening workflow permissions
  • ccc72ad Hibernate add default config documentation for cache settings
  • 96ceff1 Fix typo in unused gRPC interceptor warnings
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.34.2 to 3.34.3

Commits
  • 05b4455 [maven-release-plugin] prepare release 3.34.3
  • b71da7e Merge pull request #1869 from gsmet/quarkus-3.34.3
  • 7be97e7 Upgrade to Quarkus 3.34.3
  • aa8c29d Merge pull request #1866 from quarkusio/update-automation/3.34-cxf-3.33.1
  • 40797c9 Merge pull request #1865 from quarkusio/update-automation/3.34-io.quarkiverse...
  • 8673e51 Update CXF to 3.33.1
  • 53d6711 Update io.quarkiverse.qute.web to 3.4.5
  • 597c106 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.46 to 2.2.48

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 maven group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.34.2` | `3.34.3` |
| io.quarkus:quarkus-extension-processor | `3.34.2` | `3.34.3` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.34.2` | `3.34.3` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.34.2` | `3.34.3` |
| io.swagger.core.v3:swagger-annotations | `2.2.46` | `2.2.48` |


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

Updates `io.quarkus:quarkus-extension-processor` from 3.34.2 to 3.34.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.34.2 to 3.34.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.34.2...3.34.3)

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

Updates `io.quarkus:quarkus-extension-processor` from 3.34.2 to 3.34.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.34.2 to 3.34.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.34.2...3.34.3)

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

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.46 to 2.2.48

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

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 Apr 13, 2026
@sonarqubecloud

Copy link
Copy Markdown

@github-actions github-actions Bot merged commit 8b19e2f into main Apr 14, 2026
8 of 9 checks passed
@github-actions github-actions Bot deleted the dependabot/maven/maven-3e5dc92abc branch April 14, 2026 15:19
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