Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-and-patch-acdadea7e2
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
io.quarkus.platform:quarkus-bom 3.33.1 3.36.0
io.quarkus.platform:quarkus-maven-plugin 3.33.1 3.36.0
org.apache.maven.plugins:maven-enforcer-plugin 3.6.2 3.6.3
org.apache.maven.plugins:maven-dependency-plugin 3.10.0 3.11.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.5 3.5.6
org.apache.maven.plugins:maven-failsafe-plugin 3.5.5 3.5.6
io.quarkiverse.quinoa:quarkus-quinoa 2.8.1 2.8.2

Updates io.quarkus.platform:quarkus-bom from 3.33.1 to 3.36.0

Commits
  • e34692d [maven-release-plugin] prepare release 3.36.0
  • a9ac7f2 Merge pull request #1984 from quarkusio/dependabot/maven/quarkus-platform-bom...
  • ced7b09 Bump quarkus-platform-bom-generator.version from 0.0.130 to 0.0.131
  • 262a3f0 Merge pull request #1971 from quarkusio/update-automation/main-operatorsdk-7.7.5
  • d90018e Merge pull request #1983 from zbendhiba/cq-3.36.0
  • 39a1de6 Upgrade to Camel Quarkus 3.36.0
  • 37de437 Merge pull request #1977 from gsmet/quarkus-3.36.0
  • f683e9e Merge pull request #1975 from jmartisk/claude-md-version-overrides
  • 63728a8 Upgrade to Quarkus 3.36.0
  • b1ff02b Enhance CLAUDE.md with instructions how to override dependency versions
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.33.1 to 3.36.0

Commits
  • e34692d [maven-release-plugin] prepare release 3.36.0
  • a9ac7f2 Merge pull request #1984 from quarkusio/dependabot/maven/quarkus-platform-bom...
  • ced7b09 Bump quarkus-platform-bom-generator.version from 0.0.130 to 0.0.131
  • 262a3f0 Merge pull request #1971 from quarkusio/update-automation/main-operatorsdk-7.7.5
  • d90018e Merge pull request #1983 from zbendhiba/cq-3.36.0
  • 39a1de6 Upgrade to Camel Quarkus 3.36.0
  • 37de437 Merge pull request #1977 from gsmet/quarkus-3.36.0
  • f683e9e Merge pull request #1975 from jmartisk/claude-md-version-overrides
  • 63728a8 Upgrade to Quarkus 3.36.0
  • b1ff02b Enhance CLAUDE.md with instructions how to override dependency versions
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3

Release notes

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

3.6.3

🚀 New features and improvements

  • Make bannedDependencies report root and transitive dependency in case both are banned. (#940) @​hvoynov
  • Add enforceBytecodeVersion rule based on mojohaus (#968) @​cstamas
  • Improve formatting of deprecated API warning (#951) @​mthmulders

🐛 Bug Fixes

📝 Documentation updates

  • Document the banMavenDefaults option for the requirePluginVersions rule. (#936) @​rpkrajewski

👻 Maintenance

📦 Dependency updates

Commits
  • c7daff3 [maven-release-plugin] prepare release enforcer-3.6.3
  • ee46e78 Make bannedDependencies report root and transitive dependency in case both ar...
  • 0806924 Document the banMavenDefaults option for the requirePluginVersions rule. (#936)
  • 8e4f5b9 Add better enforceBytecodeVersion rule based on mojohaus (#968)
  • fd4b148 Add fix for 21.0.10.0.1 issue (#967)
  • f32d597 Deps: Parent POM 48 and align deps (#979)
  • df0f2a6 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#976)
  • 2da7a68 Add null checks for modelId in PluginWrapper
  • 91eb4d9 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#975)
  • b622245 Bump mavenVersion from 3.9.14 to 3.9.15 (#973)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0

Release notes

Sourced from org.apache.maven.plugins:maven-dependency-plugin's releases.

3.11.0

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • c186d05 [maven-release-plugin] prepare release maven-dependency-plugin-3.11.0
  • 3712611 Fix artifact relocation support
  • e873e0e Manage ASM version 9.10 to support JDK 27
  • 70b5356 fix: fix addParentPoms=true causes repositories to be ignored. (#1585)
  • 51d8939 Fix false positive in analyze-exclusions with transitive dependency exclusion...
  • 02b865b Bump eu.maveniverse.maven.domtrip:domtrip-core from 1.5.0 to 1.5.1
  • 04f4de1 Bump eu.maveniverse.maven.domtrip:domtrip-maven from 1.5.0 to 1.5.1
  • 2812490 Bump mavenVersion from 3.9.15 to 3.9.16
  • ce117da Bump org.apache.maven.shared:maven-dependency-analyzer
  • aea7a64 Prevent NPE (#1622)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

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

Release notes

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

2.8.2

What's Changed

New Contributors

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

Commits
  • c012711 [maven-release-plugin] prepare release 2.8.2
  • 4620aa3 Update the latest release version 2.8.2 in documentation
  • c83be2d Bump current version to 2.8.2 (#1036)
  • 6f99013 Add packageManagerShell configuration and update PackageManagerRunner to supp...
  • 9651e5c docs: add matheusandre1 as a contributor for code (#1035)
  • 1b9968d Bump serialize-javascript (via audit fix) (#1033)
  • 5e455a2 Bump @​tootallnate/once in /integration-tests/src/main/ui-angular (#1031)
  • 554ca8d Bump @​tootallnate/once in /integration-tests/src/main/ui-vue (#1032)
  • 86e98c2 Bump @​babel/plugin-transform-modules-systemjs (#1026)
  • 308ab30 Replace quarkus-vertx-http-dev-ui-spi with quarkus-devui-deployment-spi
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.33.1 to 3.36.0

Commits
  • e34692d [maven-release-plugin] prepare release 3.36.0
  • a9ac7f2 Merge pull request #1984 from quarkusio/dependabot/maven/quarkus-platform-bom...
  • ced7b09 Bump quarkus-platform-bom-generator.version from 0.0.130 to 0.0.131
  • 262a3f0 Merge pull request #1971 from quarkusio/update-automation/main-operatorsdk-7.7.5
  • d90018e Merge pull request #1983 from zbendhiba/cq-3.36.0
  • 39a1de6 Upgrade to Camel Quarkus 3.36.0
  • 37de437 Merge pull request #1977 from gsmet/quarkus-3.36.0
  • f683e9e Merge pull request #1975 from jmartisk/claude-md-version-overrides
  • 63728a8 Upgrade to Quarkus 3.36.0
  • b1ff02b Enhance CLAUDE.md with instructions how to override dependency versions
  • 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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.33.1` | `3.36.0` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.33.1` | `3.36.0` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.2` | `3.6.3` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.10.0` | `3.11.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [io.quarkiverse.quinoa:quarkus-quinoa](https://github.com/quarkiverse/quarkus-quinoa) | `2.8.1` | `2.8.2` |



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

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

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3)

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.10.0...maven-dependency-plugin-3.11.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

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

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

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.36.0
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.quarkiverse.quinoa:quarkus-quinoa
  dependency-version: 2.8.2
  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.0
  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 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/maven/minor-and-patch-acdadea7e2 branch June 3, 2026 14:44
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