Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 5 updates#190

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-and-patch-67c56f12d2
Open

chore(deps): bump the minor-and-patch group across 1 directory with 5 updates#190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-and-patch-67c56f12d2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
io.quarkus.platform:quarkus-bom 3.33.2 3.36.2
io.quarkus.platform:quarkus-maven-plugin 3.33.2 3.36.2
io.smallrye:jandex-maven-plugin 3.5.3 3.6.0
com.github.spotbugs:spotbugs-maven-plugin 4.9.8.2 4.10.2.0
io.quarkiverse.quinoa:quarkus-quinoa 2.8.2 2.8.3

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

Commits
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 5ca0352 Merge pull request #1990 from quarkusio/update-automation/3.36-debezium-3.5.2...
  • ea96d95 Update Quarkus Flow to 0.10.0
  • 1823754 [maven-release-plugin] prepare for next development iteration
  • 701f4bb [maven-release-plugin] prepare release 3.36.1
  • Additional commits viewable in compare view

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

Commits
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 5ca0352 Merge pull request #1990 from quarkusio/update-automation/3.36-debezium-3.5.2...
  • ea96d95 Update Quarkus Flow to 0.10.0
  • 1823754 [maven-release-plugin] prepare for next development iteration
  • 701f4bb [maven-release-plugin] prepare release 3.36.1
  • Additional commits viewable in compare view

Updates io.smallrye:jandex-maven-plugin from 3.5.3 to 3.6.0

Release notes

Sourced from io.smallrye:jandex-maven-plugin's releases.

3.6.0

What's Changed

Full Changelog: smallrye/jandex@3.5.3...3.6.0

Commits
  • 566fc2e [maven-release-plugin] prepare release 3.6.0
  • 93720a2 Amendments before release
  • a1e2c8c release 3.6.0
  • 3d3ba51 add Jandex 3.6.x to the persistent format version table
  • 9408680 add ClassInfo.hashCode()
  • bc4ba87 Bump version.kotlin from 2.3.21 to 2.4.0
  • 5e419de add utility for working with Kotlin code
  • 54ecba3 replace Byte Buddy with raw ASM
  • 631619d improve CI
  • 4319fda add access to repeatable annotations that doesn't require an index
  • Additional commits viewable in compare view

Updates com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.10.2.0

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.10.2.0

  • Support spotbugs 4.10.2

What's Changed

Full Changelog: spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.5...spotbugs-maven-plugin-4.10.2.0

Spotbugs Maven Plugin 4.9.8.5

What's Changed

Full Changelog: spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.4...spotbugs-maven-plugin-4.9.8.5

Spotbugs Maven Plugin 4.9.8.4

  • build support for maven 4 with maven 4 plugins
  • spotbugs extensions jars now moved to target/spotbugs instead of root
  • new spotbugs-aggregate mojo for multi module
  • support maven toolchains
  • block gui when environment is headless
  • all spotbug extensions as regular dependencies
  • learn to map spotbug extensions to their source project documentation
  • in auxiliary class path exclude java.* packages
  • improve code coverage

note: This release was done on older spotbugs (not the new 4.10.1) on purpose to keep these changes separate from that of spotbugs. The spotbugs 4.10.1 support release will be available in a day or two and users can otherwise override the core module as there are no changes to be done internally.

Spotbugs Maven Plugin 4.9.8.3

Consumer

  • Fix support for noClassOk
  • Fix xref links
  • library updates

Build

  • Update actions
  • Plugin updates
  • Restore spock test runs
  • Update copyright date on files from 2025 to 2026 to keep java 8 release in line with master
Commits
  • 2d39b75 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.10.2.0
  • 6c300e6 [pom] Bump internal spotbugs to 4.9.8.5
  • 250d685 Merge pull request #1425 from spotbugs/renovate/spotbugs.version
  • 12f6fb3 Merge pull request #1429 from spotbugs/hazendaz-patch-1
  • aaf0a09 Update ci.yaml
  • 8b5dff4 Merge branch 'master' into renovate/spotbugs.version
  • c83698d Update pom.xml
  • b8788fd [maven-release-plugin] prepare for next development iteration
  • f758cb5 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.8.5
  • cec6af5 Update pom.xml
  • Additional commits viewable in compare view

Updates io.quarkiverse.quinoa:quarkus-quinoa from 2.8.2 to 2.8.3

Release notes

Sourced from io.quarkiverse.quinoa:quarkus-quinoa's releases.

2.8.3

What's Changed

Full Changelog: quarkiverse/quarkus-quinoa@2.8.2...2.8.3

Commits
  • 423a4ad [maven-release-plugin] prepare release 2.8.3
  • 8dfc879 Update the latest release version 2.8.3 in documentation
  • 1b61468 Update current version to 2.8.3 (#1056)
  • 01d3167 fix: build in multi-project setup (#1053)
  • b90dbc5 Bump com.github.eirslett:frontend-plugin-core in the dependencies group (#1055)
  • 48dd43f Bump io.quarkus:quarkus-config-doc-maven-plugin in the quarkus group (#1054)
  • 5d3d995 Fix config reference doc generation (#1051)
  • 3b0c866 Bump io.quarkiverse.playwright:quarkus-playwright (#1048)
  • 63a27b5 Bump shell-quote in /integration-tests/src/main/ui-angular-esbuild (#1047)
  • 1da646b Bump vitest from 3.1.1 to 3.2.6 in /integration-tests/src/main/ui-vue (#1045)
  • Additional commits viewable in compare view

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

Commits
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 5ca0352 Merge pull request #1990 from quarkusio/update-automation/3.36-debezium-3.5.2...
  • ea96d95 Update Quarkus Flow to 0.10.0
  • 1823754 [maven-release-plugin] prepare for next development iteration
  • 701f4bb [maven-release-plugin] prepare release 3.36.1
  • Additional commits viewable 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

… updates

Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.33.2` | `3.36.2` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.33.2` | `3.36.2` |
| [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) | `3.5.3` | `3.6.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.8.2` | `4.10.2.0` |
| [io.quarkiverse.quinoa:quarkus-quinoa](https://github.com/quarkiverse/quarkus-quinoa) | `2.8.2` | `2.8.3` |



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

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

Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
- [Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](smallrye/jandex@3.5.3...3.6.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.2 to 4.10.2.0
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.2...spotbugs-maven-plugin-4.10.2.0)

Updates `io.quarkiverse.quinoa:quarkus-quinoa` from 2.8.2 to 2.8.3
- [Release notes](https://github.com/quarkiverse/quarkus-quinoa/releases)
- [Commits](quarkiverse/quarkus-quinoa@2.8.2...2.8.3)

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

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.36.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.smallrye:jandex-maven-plugin
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.quarkiverse.quinoa:quarkus-quinoa
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.36.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Jun 15, 2026
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