Skip to content

Bump the quarkus group across 1 directory with 5 updates#256

Merged
xjusko merged 1 commit into
mainfrom
dependabot/maven/quarkus-cb0157d0f3
Jul 21, 2026
Merged

Bump the quarkus group across 1 directory with 5 updates#256
xjusko merged 1 commit into
mainfrom
dependabot/maven/quarkus-cb0157d0f3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the quarkus group with 5 updates in the / directory:

Package From To
io.quarkus.platform:quarkus-bom 3.36.2 3.37.3
io.quarkus:quarkus-ide-config 3.36.2 3.37.3
io.quarkus.platform:quarkus-maven-plugin 3.36.2 3.37.3
io.quarkiverse.githubapp:quarkus-github-app 2.15.0 2.15.1
io.quarkiverse.githubapp:quarkus-github-app-testing 2.15.0 2.15.1

Updates io.quarkus.platform:quarkus-bom from 3.36.2 to 3.37.3

Commits
  • ae80746 [maven-release-plugin] prepare release 3.37.3
  • 05b1665 Merge pull request #2063 from quarkusio/quarkus-3.37.3
  • 8ab217a Upgrade to Quarkus 3.37.3
  • a71db02 [maven-release-plugin] prepare for next development iteration
  • b4ba992 [maven-release-plugin] prepare release 3.37.2
  • 8b0127f Merge pull request #2055 from quarkusio/quarkus-3.37.2
  • b022aa6 Upgrade to Quarkus 3.37.2
  • a568caa Merge pull request #2054 from quarkusio/update-automation/3.37-quarkus-flow-0...
  • a150f1c Update Quarkus Flow to 0.12.0
  • c2b2c58 Merge pull request #2049 from quarkusio/update-automation/3.37-mcpserver-1.13.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.36.2 to 3.37.3

Release notes

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

3.37.3

Complete changelog

  • #48106 - quarkus.grpc.codegen.proto-directory unrecognized configuration key & missing from documentation
  • #55093 - Incompatible exception classloaders when mocking exceptions during tests
  • #55196 - quarkus-oidc cannot handle non rollable refresh tokens concurrently
  • #55231 - Safer testcontainers.reuse.enable restoration + more resilient tests
  • #55272 - OIDC: deduplicate concurrent token refresh requests within a single Quarkus instance
  • #55288 - [3.x] OpenShift Client native integration test fails after #55242
  • #55292 - Bump the hibernate group across 1 directory with 12 updates
  • #55316 - Fix IsContainerRuntimeWorking to not write testcontainers.reuse.enable to ~/.testcontainers.properties
  • #55319 - Fix native image build failure caused by Netty's SelfSignedCertificate
  • #55351 - Don't truncate stacktrace on OIDC authentication errors
  • #55357 - Do not miss Throwable in the OIDC code flow error log
  • #55362 - @JsonFormat(shape = JsonFormat.Shape.ARRAY) on a class ignored by reflection-free Jackson serializers when used inside a List/Set
  • #55363 - Reflection free deserializers drops data of final collection field with no setter
  • #55365 - Fix flakiness of RawTypeReflectionFreeSerializerTest
  • #55366 - Fix serialization of pojos using JsonFormat.Shape enum in reflection-free Jackson serializers
  • #55369 - quarkus-rest-jackson: reflection-free deserializer ignores @JsonTypeInfo/@JsonSubTypes for polymorphic list elements inside a wrapper type
  • #55370 - Bail out of reflection-free deserializer when @JsonTypeInfo is used
  • #55373 - Jacoco + CycloneDX extension breaking combination in Quarkus 3.37.1+
  • #55374 - Implement getter-as-setter pattern when deserializing private collection in reflection-free Jackson serializers
  • #55378 - Register gRPC codegen configuration properties
  • #55380 - Harden remote dev mode against path traversal and unsafe deserialization
  • #55385 - NPE in modularity can transformed classes
  • #55396 - Fix NPE in modularity when processing removed resources
  • #55397 - Ignore unresolvable POMs for bundled CycloneDX components
  • #55403 - Fix bad link syntax and update cross-document references to use xref
  • #55410 - quarkus-rest-jackson: Reflection-free deserializer ignores @JsonProperty(required=true) on a @JsonCreator sometimes
  • #55411 - Take count of @JsonProperty(required=true) on a @JsonCreator in reflection-free Jackson serializers
  • #55425 - Disable Mockito class cache so thenThrow works across component tests
  • #55426 - ServerExceptionMapper on sub-resource is global instead of sub-resource specific
  • #55427 - Make @ServerExceptionMapper in sub-resource specific to that sub-resource
  • #55450 - Fix serialization of java.time.Duration in generated reflection-free Jackson serializers

3.37.2

Complete changelog

  • #49524 - IllegalStateException: GlobalOpenTelemetry.set has already been called
  • #54999 - Produce ServiceStartBuildItem for OTel
  • #55134 - Add regression tests for QuteProcessor
  • #55137 - Null boxed Integer and Boolean fields dropped from JSON by reflection-free serializers (Quarkus 3.37)
  • #55142 - @JsonProperty is ignored or duplicated + 'visibility'-setting is ignored in 'ObjectMapperCustomizer' by reflection-free Jackson serializers
  • #55183 - Fix typo
  • #55214 - Reflection-free serializers break Kotlin boolean "is" properties and @JsonProperty annotations
  • #55216 - Avoid duplicate fields when using @JsonProperty + improve Kotlin support + obey visibility defined in ObjectMapperCustomizer in reflection-free Jackson serializers
  • #55229 - Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
  • #55238 - Bump SmallRye GraphQL to 2.18.3

... (truncated)

Commits
  • d647aef [RELEASE] - Bump version to 3.37.3
  • 7a51b0e Merge pull request #55460 from gsmet/3.37.3-backports-4
  • 036eb11 Fix serialization of java.time.Duration in generated reflection-free Jackson ...
  • a435cb1 Fix native image build failure caused by Netty's SelfSignedCertificate
  • 34eacf7 Register gRPC codegen configuration properties
  • 9a31621 fix(quarkus-rest): @​serverexceptionmapper in sub-resource shouldn't be global
  • 81b8969 Ignore unresolvable POMs for bundled CycloneDX components
  • c0090b9 Disable Mockito class cache for thenThrow across component tests
  • 5868f10 Harden remote dev mode against unsafe deserialization
  • 49cfd7e Harden remote dev mode against path traversal
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.36.2 to 3.37.3

Commits
  • ae80746 [maven-release-plugin] prepare release 3.37.3
  • 05b1665 Merge pull request #2063 from quarkusio/quarkus-3.37.3
  • 8ab217a Upgrade to Quarkus 3.37.3
  • a71db02 [maven-release-plugin] prepare for next development iteration
  • b4ba992 [maven-release-plugin] prepare release 3.37.2
  • 8b0127f Merge pull request #2055 from quarkusio/quarkus-3.37.2
  • b022aa6 Upgrade to Quarkus 3.37.2
  • a568caa Merge pull request #2054 from quarkusio/update-automation/3.37-quarkus-flow-0...
  • a150f1c Update Quarkus Flow to 0.12.0
  • c2b2c58 Merge pull request #2049 from quarkusio/update-automation/3.37-mcpserver-1.13.1
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.15.0 to 2.15.1

Release notes

Sourced from io.quarkiverse.githubapp:quarkus-github-app's releases.

2.15.1

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.15.0...2.15.1

Commits
  • 5159310 [maven-release-plugin] prepare release 2.15.1
  • f5f119e Update the latest release version 2.15.1 in documentation
  • f642621 Merge pull request #881 from quarkiverse/gsmet-patch-1
  • ea52032 Release 2.15.1
  • a336277 Merge pull request #880 from gsmet/fix-bytecode
  • 3fd8c9f Merge pull request #877 from quarkiverse/dependabot/github_actions/actions/ch...
  • a099597 Fix bytecode generation issue when using RawEvent and config files
  • 1c3558c Merge pull request #879 from quarkiverse/dependabot/github_actions/actions/ca...
  • 9698db2 Bump actions/cache from 5 to 6
  • 20b0697 Bump actions/checkout from 6 to 7
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.15.0 to 2.15.1

Release notes

Sourced from io.quarkiverse.githubapp:quarkus-github-app-testing's releases.

2.15.1

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.15.0...2.15.1

Commits
  • 5159310 [maven-release-plugin] prepare release 2.15.1
  • f5f119e Update the latest release version 2.15.1 in documentation
  • f642621 Merge pull request #881 from quarkiverse/gsmet-patch-1
  • ea52032 Release 2.15.1
  • a336277 Merge pull request #880 from gsmet/fix-bytecode
  • 3fd8c9f Merge pull request #877 from quarkiverse/dependabot/github_actions/actions/ch...
  • a099597 Fix bytecode generation issue when using RawEvent and config files
  • 1c3558c Merge pull request #879 from quarkiverse/dependabot/github_actions/actions/ca...
  • 9698db2 Bump actions/cache from 5 to 6
  • 20b0697 Bump actions/checkout from 6 to 7
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.15.0 to 2.15.1

Release notes

Sourced from io.quarkiverse.githubapp:quarkus-github-app-testing's releases.

2.15.1

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.15.0...2.15.1

Commits
  • 5159310 [maven-release-plugin] prepare release 2.15.1
  • f5f119e Update the latest release version 2.15.1 in documentation
  • f642621 Merge pull request #881 from quarkiverse/gsmet-patch-1
  • ea52032 Release 2.15.1
  • a336277 Merge pull request #880 from gsmet/fix-bytecode
  • 3fd8c9f Merge pull request #877 from quarkiverse/dependabot/github_actions/actions/ch...
  • a099597 Fix bytecode generation issue when using RawEvent and config files
  • 1c3558c Merge pull request #879 from quarkiverse/dependabot/github_actions/actions/ca...
  • 9698db2 Bump actions/cache from 5 to 6
  • 20b0697 Bump actions/checkout from 6 to 7
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.36.2 to 3.37.3

Release notes

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

3.37.3

Complete changelog

  • #48106 - quarkus.grpc.codegen.proto-directory unrecognized configuration key & missing from documentation
  • #55093 - Incompatible exception classloaders when mocking exceptions during tests
  • #55196 - quarkus-oidc cannot handle non rollable refresh tokens concurrently
  • #55231 - Safer testcontainers.reuse.enable restoration + more resilient tests
  • #55272 - OIDC: deduplicate concurrent token refresh requests within a single Quarkus instance
  • #55288 - [3.x] OpenShift Client native integration test fails after #55242
  • #55292 - Bump the hibernate group across 1 directory with 12 updates
  • #55316 - Fix IsContainerRuntimeWorking to not write testcontainers.reuse.enable to ~/.testcontainers.properties
  • #55319 - Fix native image build failure caused by Netty's SelfSignedCertificate
  • #55351 - Don't truncate stacktrace on OIDC authentication errors
  • #55357 - Do not miss Throwable in the OIDC code flow error log
  • #55362 - @JsonFormat(shape = JsonFormat.Shape.ARRAY) on a class ignored by reflection-free Jackson serializers when used inside a List/Set
  • #55363 - Reflection free deserializers drops data of final collection field with no setter
  • #55365 - Fix flakiness of RawTypeReflectionFreeSerializerTest
  • #55366 - Fix serialization of pojos using JsonFormat.Shape enum in reflection-free Jackson serializers
  • #55369 - quarkus-rest-jackson: reflection-free deserializer ignores @JsonTypeInfo/@JsonSubTypes for polymorphic list elements inside a wrapper type
  • #55370 - Bail out of reflection-free deserializer when @JsonTypeInfo is used
  • #55373 - Jacoco + CycloneDX extension breaking combination in Quarkus 3.37.1+
  • #55374 - Implement getter-as-setter pattern when deserializing private collection in reflection-free Jackson serializers
  • #55378 - Register gRPC codegen configuration properties
  • #55380 - Harden remote dev mode against path traversal and unsafe deserialization
  • #55385 - NPE in modularity can transformed classes
  • #55396 - Fix NPE in modularity when processing removed resources
  • #55397 - Ignore unresolvable POMs for bundled CycloneDX components
  • #55403 - Fix bad link syntax and update cross-document references to use xref
  • #55410 - quarkus-rest-jackson: Reflection-free deserializer ignores @JsonProperty(required=true) on a @JsonCreator sometimes
  • #55411 - Take count of @JsonProperty(required=true) on a @JsonCreator in reflection-free Jackson serializers
  • #55425 - Disable Mockito class cache so thenThrow works across component tests
  • #55426 - ServerExceptionMapper on sub-resource is global instead of sub-resource specific
  • #55427 - Make @ServerExceptionMapper in sub-resource specific to that sub-resource
  • #55450 - Fix serialization of java.time.Duration in generated reflection-free Jackson serializers

3.37.2

Complete changelog

  • #49524 - IllegalStateException: GlobalOpenTelemetry.set has already been called
  • #54999 - Produce ServiceStartBuildItem for OTel
  • #55134 - Add regression tests for QuteProcessor
  • #55137 - Null boxed Integer and Boolean fields dropped from JSON by reflection-free serializers (Quarkus 3.37)
  • #55142 - @JsonProperty is ignored or duplicated + 'visibility'-setting is ignored in 'ObjectMapperCustomizer' by reflection-free Jackson serializers
  • #55183 - Fix typo
  • #55214 - Reflection-free serializers break Kotlin boolean "is" properties and @JsonProperty annotations
  • #55216 - Avoid duplicate fields when using @JsonProperty + improve Kotlin support + obey visibility defined in ObjectMapperCustomizer in reflection-free Jackson serializers
  • #55229 - Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
  • #55238 - Bump SmallRye GraphQL to 2.18.3

... (truncated)

Commits
  • d647aef [RELEASE] - Bump version to 3.37.3
  • 7a51b0e Merge pull request #55460 from gsmet/3.37.3-backports-4
  • 036eb11 Fix serialization of java.time.Duration in generated reflection-free Jackson ...
  • a435cb1 Fix native image build failure caused by Netty's SelfSignedCertificate
  • 34eacf7 Register gRPC codegen configuration properties
  • 9a31621 fix(quarkus-rest): @​serverexceptionmapper in sub-resource shouldn't be global
  • 81b8969 Ignore unresolvable POMs for bundled CycloneDX components
  • c0090b9 Disable Mockito class cache for thenThrow across component tests
  • 5868f10 Harden remote dev mode against unsafe deserialization
  • 49cfd7e Harden remote dev mode against path traversal
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.36.2 to 3.37.3

Commits
  • ae80746 [maven-release-plugin] prepare release 3.37.3
  • 05b1665 Merge pull request #2063 from quarkusio/quarkus-3.37.3
  • 8ab217a Upgrade to Quarkus 3.37.3
  • a71db02 [maven-release-plugin] prepare for next development iteration
  • b4ba992 [maven-release-plugin] prepare release 3.37.2
  • 8b0127f Merge pull request #2055 from quarkusio/quarkus-3.37.2
  • b022aa6 Upgrade to Quarkus 3.37.2
  • a568caa Merge pull request #2054 from quarkusio/update-automation/3.37-quarkus-flow-0...
  • a150f1c Update Quarkus Flow to 0.12.0
  • c2b2c58 Merge pull request #2049 from quarkusio/update-automation/3.37-mcpserver-1.13.1
  • Additional commits viewable in compare view

@dependabot
dependabot Bot force-pushed the dependabot/maven/quarkus-cb0157d0f3 branch 2 times, most recently from 9b7b7c7 to 9769ca9 Compare July 2, 2026 06:06
Bumps the quarkus group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.36.2` | `3.37.3` |
| [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.36.2` | `3.37.3` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.36.2` | `3.37.3` |
| [io.quarkiverse.githubapp:quarkus-github-app](https://github.com/quarkiverse/quarkus-github-app) | `2.15.0` | `2.15.1` |
| [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app) | `2.15.0` | `2.15.1` |



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

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

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

Updates `io.quarkiverse.githubapp:quarkus-github-app` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/quarkiverse/quarkus-github-app/releases)
- [Commits](quarkiverse/quarkus-github-app@2.15.0...2.15.1)

Updates `io.quarkiverse.githubapp:quarkus-github-app-testing` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/quarkiverse/quarkus-github-app/releases)
- [Commits](quarkiverse/quarkus-github-app@2.15.0...2.15.1)

Updates `io.quarkiverse.githubapp:quarkus-github-app-testing` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/quarkiverse/quarkus-github-app/releases)
- [Commits](quarkiverse/quarkus-github-app@2.15.0...2.15.1)

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

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

---
updated-dependencies:
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-version: 2.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-version: 2.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/quarkus-cb0157d0f3 branch from 9769ca9 to 37baa8f Compare July 21, 2026 06:07
@xjusko
xjusko merged commit 5411b66 into main Jul 21, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/quarkus-cb0157d0f3 branch July 21, 2026 09:52
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.

1 participant