Skip to content

deps: bump the quarkus-patch group with 6 updates - #2611

Merged
triceo merged 1 commit into
mainfrom
dependabot/maven/quarkus-patch-def73b62d0
Aug 24, 2026
Merged

deps: bump the quarkus-patch group with 6 updates#2611
triceo merged 1 commit into
mainfrom
dependabot/maven/quarkus-patch-def73b62d0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the quarkus-patch group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.38.2 3.38.3
io.quarkus:quarkus-maven-plugin 3.38.2 3.38.3
io.quarkus.platform:quarkus-maven-plugin 3.38.2 3.38.3
io.quarkus:quarkus-extension-maven-plugin 3.38.2 3.38.3
io.quarkus:quarkus-extension-processor 3.38.2 3.38.3
io.quarkus.platform:quarkus-bom 3.38.2 3.38.3

Updates io.quarkus:quarkus-bom from 3.38.2 to 3.38.3

Release notes

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

3.38.3

Complete changelog

  • #34749 - Openshift manifest generator does not detect commit id in "detached HEAD" state
  • #55437 - Bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /devtools/gradle
  • #55875 - Tree shake break with liquibase extension, if no changelog file exists
  • #55918 - Quarkus dev mode fails on macOS when GNU stty precedes BSD stty in PATH
  • #55924 - Make sure liquibase extensions don't fail on missing change logs
  • #55948 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3
  • #55954 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /devtools/gradle
  • #55967 - Correct typo in catalog overrides
  • #55983 - Avoid eagerly initializing the full map of System#getProperties when not necessary
  • #55985 - Fall back to the basic console when terminal initialization fails in dev mode
  • #55990 - [3.x] Bump dekorate to 4.1.11
  • #56021 - quarkus-logging-json 3.36.x and above removes MDC information when choosing ECS format
  • #56024 - Disable tree-shake in test mode
  • #56033 - Keep MDC and NDC data in the ECS log format
  • #56038 - [3.x] Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • #56047 - [3.38] Revert "Bump org.bouncycastle:bc-jdk18on-bom from 1.84 to 1.85"
  • #56066 - Pass String array arguments of the invoked secured method to @PermissionChecker
  • #56067 - Do not set an invalid country code when generating the Quarkus Dev CA
  • #56077 - Apply CliSettings customizers in CliRunner single-command execution path
Commits
  • bcbd9aa [RELEASE] - Bump version to 3.38.3
  • 44d311b Merge pull request #56076 from gsmet/3.38.3-backports-1
  • 4074424 fix(security): permission checkers should recognize string arrays as arguments
  • fe8b64e Apply CliSettings customizers in CliRunner single-command execution path
  • 90a4b29 Bump dekorate to 4.1.11 fixing quarkusio/quarkus#34...
  • 6847c7f Disable the Quarkus Dev CA generation test on Windows
  • 5f492c0 Do not set an invalid country code when generating the Quarkus Dev CA
  • 5a142b7 Keep MDC and NDC data in the ECS log format
  • 8bf2801 Disable tree-shake in test mode
  • 2bafc21 Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.38.2 to 3.38.3

Updates io.quarkus.platform:quarkus-maven-plugin from 3.38.2 to 3.38.3

Commits
  • 38ec9d1 [maven-release-plugin] prepare release 3.38.3
  • d55783b Merge pull request #2134 from quarkusio/quarkus-3.38.3
  • 73ba5d7 Upgrade to Quarkus 3.38.3
  • e782930 Merge pull request #2130 from quarkusio/update-automation/3.38-amazonservices...
  • 6b10954 Update AmazonServices to 3.21.2
  • 737a01b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-maven-plugin from 3.38.2 to 3.38.3

Release notes

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

3.38.3

Complete changelog

  • #34749 - Openshift manifest generator does not detect commit id in "detached HEAD" state
  • #55437 - Bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /devtools/gradle
  • #55875 - Tree shake break with liquibase extension, if no changelog file exists
  • #55918 - Quarkus dev mode fails on macOS when GNU stty precedes BSD stty in PATH
  • #55924 - Make sure liquibase extensions don't fail on missing change logs
  • #55948 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3
  • #55954 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /devtools/gradle
  • #55967 - Correct typo in catalog overrides
  • #55983 - Avoid eagerly initializing the full map of System#getProperties when not necessary
  • #55985 - Fall back to the basic console when terminal initialization fails in dev mode
  • #55990 - [3.x] Bump dekorate to 4.1.11
  • #56021 - quarkus-logging-json 3.36.x and above removes MDC information when choosing ECS format
  • #56024 - Disable tree-shake in test mode
  • #56033 - Keep MDC and NDC data in the ECS log format
  • #56038 - [3.x] Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • #56047 - [3.38] Revert "Bump org.bouncycastle:bc-jdk18on-bom from 1.84 to 1.85"
  • #56066 - Pass String array arguments of the invoked secured method to @PermissionChecker
  • #56067 - Do not set an invalid country code when generating the Quarkus Dev CA
  • #56077 - Apply CliSettings customizers in CliRunner single-command execution path
Commits
  • bcbd9aa [RELEASE] - Bump version to 3.38.3
  • 44d311b Merge pull request #56076 from gsmet/3.38.3-backports-1
  • 4074424 fix(security): permission checkers should recognize string arrays as arguments
  • fe8b64e Apply CliSettings customizers in CliRunner single-command execution path
  • 90a4b29 Bump dekorate to 4.1.11 fixing quarkusio/quarkus#34...
  • 6847c7f Disable the Quarkus Dev CA generation test on Windows
  • 5f492c0 Do not set an invalid country code when generating the Quarkus Dev CA
  • 5a142b7 Keep MDC and NDC data in the ECS log format
  • 8bf2801 Disable tree-shake in test mode
  • 2bafc21 Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.38.2 to 3.38.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.38.2 to 3.38.3

Release notes

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

3.38.3

Complete changelog

  • #34749 - Openshift manifest generator does not detect commit id in "detached HEAD" state
  • #55437 - Bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /devtools/gradle
  • #55875 - Tree shake break with liquibase extension, if no changelog file exists
  • #55918 - Quarkus dev mode fails on macOS when GNU stty precedes BSD stty in PATH
  • #55924 - Make sure liquibase extensions don't fail on missing change logs
  • #55948 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3
  • #55954 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /devtools/gradle
  • #55967 - Correct typo in catalog overrides
  • #55983 - Avoid eagerly initializing the full map of System#getProperties when not necessary
  • #55985 - Fall back to the basic console when terminal initialization fails in dev mode
  • #55990 - [3.x] Bump dekorate to 4.1.11
  • #56021 - quarkus-logging-json 3.36.x and above removes MDC information when choosing ECS format
  • #56024 - Disable tree-shake in test mode
  • #56033 - Keep MDC and NDC data in the ECS log format
  • #56038 - [3.x] Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • #56047 - [3.38] Revert "Bump org.bouncycastle:bc-jdk18on-bom from 1.84 to 1.85"
  • #56066 - Pass String array arguments of the invoked secured method to @PermissionChecker
  • #56067 - Do not set an invalid country code when generating the Quarkus Dev CA
  • #56077 - Apply CliSettings customizers in CliRunner single-command execution path
Commits
  • bcbd9aa [RELEASE] - Bump version to 3.38.3
  • 44d311b Merge pull request #56076 from gsmet/3.38.3-backports-1
  • 4074424 fix(security): permission checkers should recognize string arrays as arguments
  • fe8b64e Apply CliSettings customizers in CliRunner single-command execution path
  • 90a4b29 Bump dekorate to 4.1.11 fixing quarkusio/quarkus#34...
  • 6847c7f Disable the Quarkus Dev CA generation test on Windows
  • 5f492c0 Do not set an invalid country code when generating the Quarkus Dev CA
  • 5a142b7 Keep MDC and NDC data in the ECS log format
  • 8bf2801 Disable tree-shake in test mode
  • 2bafc21 Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.38.2 to 3.38.3

Updates io.quarkus.platform:quarkus-bom from 3.38.2 to 3.38.3

Commits
  • 38ec9d1 [maven-release-plugin] prepare release 3.38.3
  • d55783b Merge pull request #2134 from quarkusio/quarkus-3.38.3
  • 73ba5d7 Upgrade to Quarkus 3.38.3
  • e782930 Merge pull request #2130 from quarkusio/update-automation/3.38-amazonservices...
  • 6b10954 Update AmazonServices to 3.21.2
  • 737a01b [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-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.38.2` | `3.38.3` |
| io.quarkus:quarkus-maven-plugin | `3.38.2` | `3.38.3` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.38.2` | `3.38.3` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.38.2` | `3.38.3` |
| io.quarkus:quarkus-extension-processor | `3.38.2` | `3.38.3` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.38.2` | `3.38.3` |


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

Updates `io.quarkus:quarkus-maven-plugin` from 3.38.2 to 3.38.3

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.38.2 to 3.38.3

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

Updates `io.quarkus:quarkus-extension-processor` from 3.38.2 to 3.38.3

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file; used by Dependabot. label Aug 23, 2026
@dependabot
dependabot Bot requested review from rsynek and triceo as code owners August 23, 2026 23:04
@dependabot
dependabot Bot deployed to internal August 23, 2026 23:04 Active
@dependabot
dependabot Bot deployed to internal August 23, 2026 23:04 Active
@triceo
triceo merged commit 9e9e846 into main Aug 24, 2026
25 of 28 checks passed
@triceo
triceo deleted the dependabot/maven/quarkus-patch-def73b62d0 branch August 24, 2026 06:14
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; used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant