Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the quarkus group with 4 updates: io.quarkus:quarkus-bom, io.quarkus:quarkus-maven-plugin, io.quarkiverse.githubapp:quarkus-github-app and io.quarkiverse.githubapp:quarkus-github-app-testing.

Updates io.quarkus:quarkus-bom from 3.28.1 to 3.28.2

Release notes

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

3.28.2

Complete changelog

  • #48641 - Messaging kafka: incorrect setting of the graceful shutdown property for dev/test modes
  • #49861 - Correct setting kafka graceful-shutdown property for dev and test profiles
  • #50207 - Allow configuring Cache-Control when OIDC session cookie is created
  • #50224 - Bump org.bouncycastle:bctls-fips from 2.1.20 to 2.1.22
  • #50226 - Micrometer HTTP server requests metrics tags multiple URLs for 404s
  • #50228 - @RestControllerAdvice raise exception
  • #50243 - Use annotationProcessorPathsUseDepMgmt in Jakarta Data docs
  • #50246 - Changes that allows Mcp usage from Chappie
  • #50249 - Add OIDC CacheControl configuration
  • #50250 - Add Transactional config in Infinispan client side
  • #50251 - Polyglot application using truffle-enterprise fails due to missing nativebridge artifact in boot.
  • #50252 - OutboundSseEvents (SSE) are not compressed
  • #50253 - Make test-fixture sources available to continuous testing
  • #50254 - Fix server requests metrics tags for 404s when initialPath ends with /
  • #50259 - Explain where the links go for clarity, in the dev mode docs
  • #50263 - Configure Infinispan tx caches on client side
  • #50264 - Fix initial download of decompiler when version not provided
  • #50265 - 3.28.1: java.util.zip.ZipException: duplicate entry in Quarkus generated jar(s)
  • #50270 - Allow ecosystem extensions to use dev service result builder
  • #50274 - Quarkus 3.18.1 can't find config inner classes during @QuarkusTest tests
  • #50278 - Config - Avoid producing duplicate GeneratedClassBuildItem
  • #50281 - Make compression work in Quarkus REST for streaming responses
  • #50286 - Avoid double scanning mappings that are already included by the Quarkus processor
  • #50288 - Make org.graalvm.sdk:nativebridge dependency parent first
  • #50293 - UriInfo.getBaseUri ignores prefix header handling
  • #50299 - Adding prefix handling to base uri
  • #50300 - Improve documentation to clarify servlet type support is limited to RESTEasy Classic
  • #50312 - Update security-openid-connect-providers.adoc
  • #50314 - Multiple GeneratedClassBuildItem were produced for the same classes when using abstract class
  • #50315 - Issues with quarkus-oidc-redis-token-state-manager
  • #50316 - DevUI MCP Tool Call from Cursor fails => Cannot invoke "java.util.Map.entrySet()" because "parameters" is null
  • #50320 - Dev MCP: Don't set empty params
  • #50325 - Fix issue with multiple generated REST invokers
  • #50327 - Application using Hibernate offline startup tries to connect to database in DEV mode on startup
  • #50333 - Fix OIDC Redis Token State Manager serialization in native mode
  • #50339 - Bump the hibernate group with 9 updates
  • #50343 - Add example of sending back a file with `RestResponse
  • #50348 - Fix Maven Wrapper in platform codestarts
Commits
  • 957fd96 [RELEASE] - Bump version to 3.28.2
  • e29c377 Merge pull request #50331 from gsmet/3.28.2-backports-1
  • df8df29 Fix Maven Wrapper in platform codestarts
  • df6746f Add example of sending back a file with RestResponse
  • f10798f Add a test case that test returning a large file using RestResponse
  • a0f4a9d Ensure that if a RestAssured large file test fails, the test itself doesn't c...
  • 083719b Bump the hibernate group with 9 updates
  • 30fdc62 Make mcp built-in methods more robust. Clean "wrong" parameters
  • a68abc3 fix(oidc-redis-db-token-state-manager): add support for native mode
  • 2a17a8f Application using Hibernate offline startup tries to connect to database in D...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.28.1 to 3.28.2

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.12.0 to 2.12.1

Release notes

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

2.12.1

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.12.0...2.12.1

Commits
  • c0e7b5c [maven-release-plugin] prepare release 2.12.1
  • 6a53017 Update the latest release version 2.12.1 in documentation
  • 1c29894 Merge pull request #801 from quarkiverse/gsmet-patch-2
  • 9a6807b Release 2.12.1
  • 5d3f41c Merge pull request #800 from gsmet/3.27-minimal-version
  • 50017a2 Merge pull request #799 from gsmet/fix-annotation-literal-duplicates
  • 112b0c0 Make Quarkus 3.27 the minimum version
  • 0adcf0e Avoid generating several times the same AnnotationLiteral
  • b39a0c9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.12.0 to 2.12.1

Release notes

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

2.12.1

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.12.0...2.12.1

Commits
  • c0e7b5c [maven-release-plugin] prepare release 2.12.1
  • 6a53017 Update the latest release version 2.12.1 in documentation
  • 1c29894 Merge pull request #801 from quarkiverse/gsmet-patch-2
  • 9a6807b Release 2.12.1
  • 5d3f41c Merge pull request #800 from gsmet/3.27-minimal-version
  • 50017a2 Merge pull request #799 from gsmet/fix-annotation-literal-duplicates
  • 112b0c0 Make Quarkus 3.27 the minimum version
  • 0adcf0e Avoid generating several times the same AnnotationLiteral
  • b39a0c9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.12.0 to 2.12.1

Release notes

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

2.12.1

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.12.0...2.12.1

Commits
  • c0e7b5c [maven-release-plugin] prepare release 2.12.1
  • 6a53017 Update the latest release version 2.12.1 in documentation
  • 1c29894 Merge pull request #801 from quarkiverse/gsmet-patch-2
  • 9a6807b Release 2.12.1
  • 5d3f41c Merge pull request #800 from gsmet/3.27-minimal-version
  • 50017a2 Merge pull request #799 from gsmet/fix-annotation-literal-duplicates
  • 112b0c0 Make Quarkus 3.27 the minimum version
  • 0adcf0e Avoid generating several times the same AnnotationLiteral
  • b39a0c9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.28.1 to 3.28.2

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4 updates: [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus), io.quarkus:quarkus-maven-plugin, [io.quarkiverse.githubapp:quarkus-github-app](https://github.com/quarkiverse/quarkus-github-app) and [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app).


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

Updates `io.quarkus:quarkus-maven-plugin` from 3.28.1 to 3.28.2

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

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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.28.1 to 3.28.2

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app
  dependency-version: 2.12.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.12.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.12.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 6, 2025
@marko-bekhta marko-bekhta merged commit eecad06 into main Oct 6, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus-24c774ff4d branch October 6, 2025 06:31
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.

1 participant