Skip to content

Bump the maven group with 6 updates#314

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-574a5e371b
Mar 16, 2026
Merged

Bump the maven group with 6 updates#314
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-574a5e371b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the maven group with 6 updates:

Package From To
org.mockito:mockito-junit-jupiter 5.22.0 5.23.0
io.quarkus.platform:quarkus-bom 3.32.2 3.32.3
io.quarkus:quarkus-extension-processor 3.32.2 3.32.3
io.quarkus:quarkus-extension-maven-plugin 3.32.2 3.32.3
io.quarkus.platform:quarkus-maven-plugin 3.32.2 3.32.3
io.swagger.core.v3:swagger-annotations 2.2.44 2.2.45

Updates org.mockito:mockito-junit-jupiter from 5.22.0 to 5.23.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.23.0

NOTE: Breaking change for Android

The mockito-android artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See #3788 for more details.


Changelog generated by Shipkit Changelog Gradle Plugin

5.23.0

Commits
  • a231205 Fix StackOverflowError with AbstractList after using mockSingleton (#3790)
  • f6a91a6 Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...
  • aa2298a fix: make spotless happy
  • a6729d6 chore: update BDDMockito with jspecify annotation
  • bb83c92 chore: move jspecify as a compile only dependency
  • 47a4695 chore: add jspecify with minimal change. Fixes #3503
  • See full diff in compare view

Updates io.quarkus.platform:quarkus-bom from 3.32.2 to 3.32.3

Commits
  • a3717c5 [maven-release-plugin] prepare release 3.32.3
  • 5bd2ad1 Merge pull request #1777 from gsmet/quarkus-3.32.3
  • c3630cd Upgrade to Quarkus 3.32.3
  • 81b12d2 Merge pull request #1773 from scrocquesel/update-amz-3.32
  • c22044c [3.32] Upgrade Quarkus Amazon Services to 3.15.0
  • b985b81 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.2 to 3.32.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.2 to 3.32.3

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.32.3

Complete changelog

  • #52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
  • #52843 - Do not log dependencies excluded from the ApplicationModel
  • #52849 - Datasource guide style review
  • #52899 - Reduce permissions of GitHub Actions workflows
  • #52923 - Removing outdated reference to gradle
  • #52937 - Don't traverse already processed types in ReflectiveHierarchyStep
  • #52940 - ArC - Various allocation optimizations
  • #52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
  • #52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
  • #52955 - Micro cleanup of AotRunnerClassLoader
  • #52958 - Some more polishing of the new AotRunnerClassLoader
  • #52964 - Remove micrometer-mp-metric dir which contains only empty pom
  • #52995 - Upgrade sshd to 2.17.1
  • #52998 - Updates Infinispan to 16.0.8
  • #53002 - Make sure Infinispan is init correctly
  • #53005 - config.adoc: replace dead link
Commits
  • 05c9278 [RELEASE] - Bump version to 3.32.3
  • b74c69c config.adoc: replace dead link
  • be6ab59 Merge pull request #53003 from gsmet/3.32.3-backports-1
  • 4615c2d Updates Infinispan to 16.0.8
  • e85b8d9 Make sure Infinispan is init correctly
  • 6d153de Upgrade sshd to 2.17.1
  • 05b3416 Remove micrometer-mp-metric dir which contains only empty pom
  • ac33ef3 Extract some repeated logic for clarity: introduce AotRunnerClassLoader#isKno...
  • 4650bbe Simplify findResource/findResources in AotRunnerClassLoader
  • 4de8b45 Avoid getDirNameFromResourceName when fullyIndexedResources contains the name
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.32.2 to 3.32.3

Commits
  • a3717c5 [maven-release-plugin] prepare release 3.32.3
  • 5bd2ad1 Merge pull request #1777 from gsmet/quarkus-3.32.3
  • c3630cd Upgrade to Quarkus 3.32.3
  • 81b12d2 Merge pull request #1773 from scrocquesel/update-amz-3.32
  • c22044c [3.32] Upgrade Quarkus Amazon Services to 3.15.0
  • b985b81 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.2 to 3.32.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.2 to 3.32.3

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.32.3

Complete changelog

  • #52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
  • #52843 - Do not log dependencies excluded from the ApplicationModel
  • #52849 - Datasource guide style review
  • #52899 - Reduce permissions of GitHub Actions workflows
  • #52923 - Removing outdated reference to gradle
  • #52937 - Don't traverse already processed types in ReflectiveHierarchyStep
  • #52940 - ArC - Various allocation optimizations
  • #52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
  • #52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
  • #52955 - Micro cleanup of AotRunnerClassLoader
  • #52958 - Some more polishing of the new AotRunnerClassLoader
  • #52964 - Remove micrometer-mp-metric dir which contains only empty pom
  • #52995 - Upgrade sshd to 2.17.1
  • #52998 - Updates Infinispan to 16.0.8
  • #53002 - Make sure Infinispan is init correctly
  • #53005 - config.adoc: replace dead link
Commits
  • 05c9278 [RELEASE] - Bump version to 3.32.3
  • b74c69c config.adoc: replace dead link
  • be6ab59 Merge pull request #53003 from gsmet/3.32.3-backports-1
  • 4615c2d Updates Infinispan to 16.0.8
  • e85b8d9 Make sure Infinispan is init correctly
  • 6d153de Upgrade sshd to 2.17.1
  • 05b3416 Remove micrometer-mp-metric dir which contains only empty pom
  • ac33ef3 Extract some repeated logic for clarity: introduce AotRunnerClassLoader#isKno...
  • 4650bbe Simplify findResource/findResources in AotRunnerClassLoader
  • 4de8b45 Avoid getDirNameFromResourceName when fullyIndexedResources contains the name
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.32.2 to 3.32.3

Commits
  • a3717c5 [maven-release-plugin] prepare release 3.32.3
  • 5bd2ad1 Merge pull request #1777 from gsmet/quarkus-3.32.3
  • c3630cd Upgrade to Quarkus 3.32.3
  • 81b12d2 Merge pull request #1773 from scrocquesel/update-amz-3.32
  • c22044c [3.32] Upgrade Quarkus Amazon Services to 3.15.0
  • b985b81 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.44 to 2.2.45

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

Bumps the maven group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.22.0` | `5.23.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.32.2` | `3.32.3` |
| io.quarkus:quarkus-extension-processor | `3.32.2` | `3.32.3` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.32.2` | `3.32.3` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.32.2` | `3.32.3` |
| io.swagger.core.v3:swagger-annotations | `2.2.44` | `2.2.45` |


Updates `org.mockito:mockito-junit-jupiter` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.22.0...v5.23.0)

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

Updates `io.quarkus:quarkus-extension-processor` from 3.32.2 to 3.32.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.32.2 to 3.32.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.32.2...3.32.3)

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

Updates `io.quarkus:quarkus-extension-processor` from 3.32.2 to 3.32.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.32.2 to 3.32.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.32.2...3.32.3)

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

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.44 to 2.2.45

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.32.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.32.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

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 Mar 16, 2026
@github-actions github-actions bot merged commit bb8f91a into main Mar 16, 2026
6 checks passed
@github-actions github-actions bot deleted the dependabot/maven/maven-574a5e371b branch March 16, 2026 17:32
@sonarqubecloud
Copy link

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