Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the quarkus group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.26.1 3.26.2
io.quarkus:quarkus-maven-plugin 3.26.1 3.26.2
io.quarkiverse.githubapp:quarkus-github-app 2.10.1 2.11.0
io.quarkiverse.githubapp:quarkus-github-app-testing 2.10.1 2.11.0
io.quarkiverse.openapi.generator:quarkus-openapi-generator 2.12.0-lts 2.12.1-lts
io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc 2.12.0-lts 2.12.1-lts

Updates io.quarkus:quarkus-bom from 3.26.1 to 3.26.2

Release notes

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

3.26.2

Complete changelog

  • #6661 - Define & document interactions between exec phases and profiles
  • #29698 - Gradle build with KSP fails with "circular dependency" after Quarkus 2.13.0
  • #49662 - Set correct OAuth2 protected metadata challenge parameter
  • #49684 - Test ClassLoader fails to load extension configuration
  • #49716 - Dev services starting even though quarkus.datasource.jdbc.url is set
  • #49722 - Make Docker detection silent in Dev Services
  • #49723 - QuarkusMainTest with Database Access not Working
  • #49726 - Do not decode query params in request filter
  • #49750 - Update @QuarkusMainTest documentation to mention limitations
  • #49751 - Add documentation about @Cancellable
  • #49756 - Add guidance on when to use QuarkusMainTest
  • #49760 - SmallRye GraphQL 2.14.1
  • #49762 - Make sure extension runtime artifacts are not flagged as reloadable in Gradle projects
  • #49763 - quarkus-micrometer-opentelemetry doc improvements
  • #49764 - Update Configuration Reference doc
  • #49769 - Fix QwcExtention typo in docs
  • #49778 - Ensure that NativeImageBuildContainerRunner#setup is only invoked once
  • #49785 - Dev mode fails to link .env files due to missing permissions on Windows
  • #49786 - Bump Elasticsearch to 9.1.3
  • #49790 - Falling back to hard link on Windows in linkDotEnvFile
  • #49792 - Projects with Gradle build relative paths issue
  • #49800 - Set project.projectDir as workingDir by default in Gradle
  • #49802 - Emergency fix for Dev JsonRPC calls using JsonObject
  • #49803 - Manage org.jspecify:jspecify to ensure dependency convergence accross Quarkiverse
  • #49807 - Fix HibernatePropertiesTest and make failure more expressive
  • #49811 - Add codegen source dirs to compile tasks instead of to the main source
  • #49814 - Update javadoc of QuarkusDev.getWorkingDirectory
  • #49818 - Quarkus dev mode not working for Hibernate ORM extension because of missing bean dependency
  • #49823 - Ensure that we call buildTimeComplete from the DelayedHandler before any runtime code
  • #49825 - Be less eager in getting docker status
  • #49826 - Get hold of the assistant in another way
  • #49832 - Don't mark Hibernate ORM and Search dev services as beans
Commits
  • 77eded2 [RELEASE] - Bump version to 3.26.2
  • 585e2a5 Merge pull request #49837 from gsmet/3.26.2-backports-1
  • a29a09b Make sure extension runtime artifacts are not flagged as reloadable in Gradle...
  • 07df9e8 Get hold of the assistant in another way
  • e367f47 Ensure that NativeImageBuildContainerRunner#setup is only invoked once
  • dabe0b2 Falling back to hard link on Windows in linkDotEnvFile
  • 0c93a3e Don't mark Hibernate ORM and Search dev services as beans
  • 96a981a Add codegen source dirs to compile tasks instead of to the main source
  • 3fdacfd Be less eager in getting docker status
  • 87897cc Ensure that we call buildTimeComplete from the DelayedHandler before any ru...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.26.1 to 3.26.2

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.10.1 to 2.11.0

Release notes

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

2.11.0

This release adds an experimental OpenTelemetry integration. Feedback is welcome!

Also the minimum version is now 3.25, as we needed to update for the OpenTelemetry integration.

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.10.1...2.11.0

Commits
  • 733dbaf [maven-release-plugin] prepare release 2.11.0
  • ab842c8 Update the latest release version 2.11.0 in documentation
  • 4ffb958 Merge pull request #786 from quarkiverse/gsmet-patch-1
  • 4fe5408 Update project.yml
  • 6eaef23 Merge pull request #784 from quarkiverse/dependabot/github_actions/actions/se...
  • bc52927 Merge pull request #781 from quarkiverse/dependabot/github_actions/actions/ch...
  • 6114909 Merge pull request #776 from gsmet/opentelemetry-integration
  • 6ad7c76 OpenTelemetry integration
  • 1180fdc Bump actions/setup-java from 4 to 5
  • bb6d79d Bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.10.1 to 2.11.0

Release notes

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

2.11.0

This release adds an experimental OpenTelemetry integration. Feedback is welcome!

Also the minimum version is now 3.25, as we needed to update for the OpenTelemetry integration.

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.10.1...2.11.0

Commits
  • 733dbaf [maven-release-plugin] prepare release 2.11.0
  • ab842c8 Update the latest release version 2.11.0 in documentation
  • 4ffb958 Merge pull request #786 from quarkiverse/gsmet-patch-1
  • 4fe5408 Update project.yml
  • 6eaef23 Merge pull request #784 from quarkiverse/dependabot/github_actions/actions/se...
  • bc52927 Merge pull request #781 from quarkiverse/dependabot/github_actions/actions/ch...
  • 6114909 Merge pull request #776 from gsmet/opentelemetry-integration
  • 6ad7c76 OpenTelemetry integration
  • 1180fdc Bump actions/setup-java from 4 to 5
  • bb6d79d Bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates io.quarkiverse.openapi.generator:quarkus-openapi-generator from 2.12.0-lts to 2.12.1-lts

Updates io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc from 2.12.0-lts to 2.12.1-lts

Updates io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc from 2.12.0-lts to 2.12.1-lts

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.10.1 to 2.11.0

Release notes

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

2.11.0

This release adds an experimental OpenTelemetry integration. Feedback is welcome!

Also the minimum version is now 3.25, as we needed to update for the OpenTelemetry integration.

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.10.1...2.11.0

Commits
  • 733dbaf [maven-release-plugin] prepare release 2.11.0
  • ab842c8 Update the latest release version 2.11.0 in documentation
  • 4ffb958 Merge pull request #786 from quarkiverse/gsmet-patch-1
  • 4fe5408 Update project.yml
  • 6eaef23 Merge pull request #784 from quarkiverse/dependabot/github_actions/actions/se...
  • bc52927 Merge pull request #781 from quarkiverse/dependabot/github_actions/actions/ch...
  • 6114909 Merge pull request #776 from gsmet/opentelemetry-integration
  • 6ad7c76 OpenTelemetry integration
  • 1180fdc Bump actions/setup-java from 4 to 5
  • bb6d79d Bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.26.1 to 3.26.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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.26.1` | `3.26.2` |
| io.quarkus:quarkus-maven-plugin | `3.26.1` | `3.26.2` |
| [io.quarkiverse.githubapp:quarkus-github-app](https://github.com/quarkiverse/quarkus-github-app) | `2.10.1` | `2.11.0` |
| [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app) | `2.10.1` | `2.11.0` |
| io.quarkiverse.openapi.generator:quarkus-openapi-generator | `2.12.0-lts` | `2.12.1-lts` |
| io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc | `2.12.0-lts` | `2.12.1-lts` |


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

Updates `io.quarkus:quarkus-maven-plugin` from 3.26.1 to 3.26.2

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

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

Updates `io.quarkiverse.openapi.generator:quarkus-openapi-generator` from 2.12.0-lts to 2.12.1-lts

Updates `io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc` from 2.12.0-lts to 2.12.1-lts

Updates `io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc` from 2.12.0-lts to 2.12.1-lts

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.26.1 to 3.26.2

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.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.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkiverse.openapi.generator:quarkus-openapi-generator
  dependency-version: 2.12.1-lts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc
  dependency-version: 2.12.1-lts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc
  dependency-version: 2.12.1-lts
  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.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.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 Sep 8, 2025
@marko-bekhta marko-bekhta merged commit d7480ae into main Sep 8, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus-8a2e42b833 branch September 8, 2025 07:02
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