Skip to content

Bump the maven group with 6 updates#307

Merged
github-actions[bot] merged 2 commits intomainfrom
dependabot/maven/maven-d75d409eac
Mar 3, 2026
Merged

Bump the maven group with 6 updates#307
github-actions[bot] merged 2 commits intomainfrom
dependabot/maven/maven-d75d409eac

Conversation

@dependabot
Copy link
Contributor

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

Bumps the maven group with 6 updates:

Package From To
org.mockito:mockito-junit-jupiter 5.21.0 5.22.0
tools.jackson.core:jackson-databind 3.0.4 3.1.0
io.quarkus.platform:quarkus-bom 3.31.4 3.32.1
io.quarkus:quarkus-extension-processor 3.31.4 3.32.1
io.quarkus:quarkus-extension-maven-plugin 3.31.4 3.32.1
io.quarkus.platform:quarkus-maven-plugin 3.31.4 3.32.1

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

Release notes

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

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

Commits
  • 25f1395 Add core API to enable Kotlin singleton mocking (#3762)
  • ef9ee55 Avoids mocking private static methods, as well as package-private static meth...
  • d16fcfc Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)
  • 27eb8a3 Clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#3773)
  • 9e5d449 Add tests for Sets utility class (#3771)
  • 8d9a62f Bump actions/upload-artifact from 5 to 6 (#3774)
  • See full diff in compare view

Updates tools.jackson.core:jackson-databind from 3.0.4 to 3.1.0

Commits

Updates io.quarkus.platform:quarkus-bom from 3.31.4 to 3.32.1

Commits
  • 61b34e9 [maven-release-plugin] prepare release 3.32.1
  • ccd863c Merge pull request #1762 from qosdk-bot/qosdk-release-7.6.1-main
  • 950e345 Merge pull request #1763 from gsmet/quarkus-3.32.1
  • 628de99 Upgrade to Quarkus 3.32.1
  • 9f1d137 Update QOSDK to 7.6.1
  • e2c9af1 Merge pull request #1761 from mkouba/mcp-server-1-10-2
  • 5ed8cd8 Merge pull request #1756 from vsevel/vault_4.6.0
  • d2554e5 Quarkus MCP server 1.10.2
  • 5b67b1a Bump Vault 4.6.0
  • e640ced Merge pull request #1759 from ppalaga/260223-qcxf-3.32.0
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.31.4 to 3.32.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.31.4 to 3.32.1

Release notes

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

3.32.1

Complete changelog

  • #50122 - Add MCP IDE Configuration shortcuts to Dev UI MCP tools page
  • #50943 - Update reactive messaging rabbitmq for native amqp 1 support
  • #51784 - mocked RestClient in startup bean - missing uri
  • #51993 - Mention how openapi extension x-smallrye-profile works on the class level
  • #52238 - DevUI - MCP: StringIndexOutOfBoundsException in McpResourcesService.read()
  • #52436 - Running Grpc in native throw missing method "getCtype"
  • #52481 - Change of filter order breaks vertX context use in OSAFilter
  • #52543 - Panache Next: passing Parameters.with() to find() does not work
  • #52578 - Scaffolding Broken for quarkus-messaging-kafka
  • #52583 - Panache: Deprecate Parameters in favour of Map.of
  • #52597 - Update AOT phase handling
  • #52607 - SameSite cookie attribute not set for OIDC state cookie
  • #52636 - build(deps): bump wildfly-elytron.version from 2.8.2.Final to 2.8.3.Final
  • #52639 - Init caches eagerly to avoid blocking event loop
  • #52640 - Updates to Infinispan 16.0.6
  • #52642 - Allow to control Same-Site attribute for OIDC state cookie
  • #52643 - quarkus-opentelemetry: Cannot invoke "io.vertx.core.MultiMap.entries()" because "headers" is null
  • #52646 - Improve AOT docs
  • #52654 - Panache next doc cleanup
  • #52662 - Kafka OAuthBearer authentication fails in native mode: DefaultJwtRetriever cannot be instantiated
  • #52669 - Support executing an OASFilter during multiple run stages
  • #52672 - Mark REST CSRF as stable, OIDC GraphQL Client as preview and unlisted OIDC Common and Security as stable
  • #52676 - Add MCP instuctions for popular tools
  • #52679 - quarkus packaging type overridden by jar default when generating project with codestart extensions that provide a pom.xml.tpl.qute template
  • #52683 - docs: Add HTTP/2 flow control window configuration for gRPC
  • #52684 - Document how to mock beans during startup
  • #52685 - Reflect all of DescriptorProtos
  • #52686 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.3 to 0.9.4
  • #52689 - Can't run @QuarkusIntegrationTest starting with Quarkus 3.31.3
  • #52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
  • #52700 - Catch StreamConstraintsException in Jackson message body readers
  • #52705 - Adjust since version of openapi runstage deprecations
  • #52711 - Make the Dev MCP Resource URI parsing safer
  • #52717 - Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • #52718 - Can't run @QuarkusTest starting with Quarkus 3.32.0
  • #52723 - build(deps): bump mongo-client.version from 5.6.2 to 5.6.4
  • #52725 - [Docs]: Minor editing fix to Cross-Origin Resource Sharing (CORS) guide per lift and shift review
  • #52726 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1
  • #52730 - Quote only the application model path value
  • #52731 - Exclude quarkus.test.arg-line from additional system properties for integration tests
  • #52732 - Bump Keycloak version to 26.5.4
  • #52736 - Fix conflict between the Messaging and Quarkus Flow quickstarts
  • #52737 - Add JWTRetriever implementations to the reflection list
  • #52738 - Be more defensive about copying HTTP headers in tracing SPI
  • #52739 - Improve note about RabbitMQ 4 and AMQP 1.0
  • #52742 - Ensure that @ConfigProperties are registered before Startup event

... (truncated)

Commits
  • 058b0b5 [RELEASE] - Bump version to 3.32.1
  • 445cda6 Merge pull request #52740 from gsmet/3.32.1-backports-1
  • 756808f Mention how openapi extension x-smallrye-profile works on the class level.
  • 8803852 Update AOT documentation
  • b296c2e Update AOT phase handling
  • a0400fc build(deps): bump io.fabric8:maven-model-helper from 40 to 41
  • 049bfba Use ${quarkus.version} instead of ${project.version} in CallbackDevModeIT
  • 064b248 Ensure that @ConfigProperties are registered before Startup event
  • 455459b Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • 504db87 Test for quarkus.test.arg-line using as value
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.31.4 to 3.32.1

Commits
  • 61b34e9 [maven-release-plugin] prepare release 3.32.1
  • ccd863c Merge pull request #1762 from qosdk-bot/qosdk-release-7.6.1-main
  • 950e345 Merge pull request #1763 from gsmet/quarkus-3.32.1
  • 628de99 Upgrade to Quarkus 3.32.1
  • 9f1d137 Update QOSDK to 7.6.1
  • e2c9af1 Merge pull request #1761 from mkouba/mcp-server-1-10-2
  • 5ed8cd8 Merge pull request #1756 from vsevel/vault_4.6.0
  • d2554e5 Quarkus MCP server 1.10.2
  • 5b67b1a Bump Vault 4.6.0
  • e640ced Merge pull request #1759 from ppalaga/260223-qcxf-3.32.0
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.31.4 to 3.32.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.31.4 to 3.32.1

Release notes

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

3.32.1

Complete changelog

  • #50122 - Add MCP IDE Configuration shortcuts to Dev UI MCP tools page
  • #50943 - Update reactive messaging rabbitmq for native amqp 1 support
  • #51784 - mocked RestClient in startup bean - missing uri
  • #51993 - Mention how openapi extension x-smallrye-profile works on the class level
  • #52238 - DevUI - MCP: StringIndexOutOfBoundsException in McpResourcesService.read()
  • #52436 - Running Grpc in native throw missing method "getCtype"
  • #52481 - Change of filter order breaks vertX context use in OSAFilter
  • #52543 - Panache Next: passing Parameters.with() to find() does not work
  • #52578 - Scaffolding Broken for quarkus-messaging-kafka
  • #52583 - Panache: Deprecate Parameters in favour of Map.of
  • #52597 - Update AOT phase handling
  • #52607 - SameSite cookie attribute not set for OIDC state cookie
  • #52636 - build(deps): bump wildfly-elytron.version from 2.8.2.Final to 2.8.3.Final
  • #52639 - Init caches eagerly to avoid blocking event loop
  • #52640 - Updates to Infinispan 16.0.6
  • #52642 - Allow to control Same-Site attribute for OIDC state cookie
  • #52643 - quarkus-opentelemetry: Cannot invoke "io.vertx.core.MultiMap.entries()" because "headers" is null
  • #52646 - Improve AOT docs
  • #52654 - Panache next doc cleanup
  • #52662 - Kafka OAuthBearer authentication fails in native mode: DefaultJwtRetriever cannot be instantiated
  • #52669 - Support executing an OASFilter during multiple run stages
  • #52672 - Mark REST CSRF as stable, OIDC GraphQL Client as preview and unlisted OIDC Common and Security as stable
  • #52676 - Add MCP instuctions for popular tools
  • #52679 - quarkus packaging type overridden by jar default when generating project with codestart extensions that provide a pom.xml.tpl.qute template
  • #52683 - docs: Add HTTP/2 flow control window configuration for gRPC
  • #52684 - Document how to mock beans during startup
  • #52685 - Reflect all of DescriptorProtos
  • #52686 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.3 to 0.9.4
  • #52689 - Can't run @QuarkusIntegrationTest starting with Quarkus 3.31.3
  • #52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
  • #52700 - Catch StreamConstraintsException in Jackson message body readers
  • #52705 - Adjust since version of openapi runstage deprecations
  • #52711 - Make the Dev MCP Resource URI parsing safer
  • #52717 - Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • #52718 - Can't run @QuarkusTest starting with Quarkus 3.32.0
  • #52723 - build(deps): bump mongo-client.version from 5.6.2 to 5.6.4
  • #52725 - [Docs]: Minor editing fix to Cross-Origin Resource Sharing (CORS) guide per lift and shift review
  • #52726 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1
  • #52730 - Quote only the application model path value
  • #52731 - Exclude quarkus.test.arg-line from additional system properties for integration tests
  • #52732 - Bump Keycloak version to 26.5.4
  • #52736 - Fix conflict between the Messaging and Quarkus Flow quickstarts
  • #52737 - Add JWTRetriever implementations to the reflection list
  • #52738 - Be more defensive about copying HTTP headers in tracing SPI
  • #52739 - Improve note about RabbitMQ 4 and AMQP 1.0
  • #52742 - Ensure that @ConfigProperties are registered before Startup event

... (truncated)

Commits
  • 058b0b5 [RELEASE] - Bump version to 3.32.1
  • 445cda6 Merge pull request #52740 from gsmet/3.32.1-backports-1
  • 756808f Mention how openapi extension x-smallrye-profile works on the class level.
  • 8803852 Update AOT documentation
  • b296c2e Update AOT phase handling
  • a0400fc build(deps): bump io.fabric8:maven-model-helper from 40 to 41
  • 049bfba Use ${quarkus.version} instead of ${project.version} in CallbackDevModeIT
  • 064b248 Ensure that @ConfigProperties are registered before Startup event
  • 455459b Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • 504db87 Test for quarkus.test.arg-line using as value
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.31.4 to 3.32.1

Commits
  • 61b34e9 [maven-release-plugin] prepare release 3.32.1
  • ccd863c Merge pull request #1762 from qosdk-bot/qosdk-release-7.6.1-main
  • 950e345 Merge pull request #1763 from gsmet/quarkus-3.32.1
  • 628de99 Upgrade to Quarkus 3.32.1
  • 9f1d137 Update QOSDK to 7.6.1
  • e2c9af1 Merge pull request #1761 from mkouba/mcp-server-1-10-2
  • 5ed8cd8 Merge pull request #1756 from vsevel/vault_4.6.0
  • d2554e5 Quarkus MCP server 1.10.2
  • 5b67b1a Bump Vault 4.6.0
  • e640ced Merge pull request #1759 from ppalaga/260223-qcxf-3.32.0
  • 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

Bumps the maven group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.21.0` | `5.22.0` |
| [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.0.4` | `3.1.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.31.4` | `3.32.1` |
| io.quarkus:quarkus-extension-processor | `3.31.4` | `3.32.1` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.31.4` | `3.32.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.31.4` | `3.32.1` |


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

Updates `tools.jackson.core:jackson-databind` from 3.0.4 to 3.1.0
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Updates `io.quarkus:quarkus-extension-processor` from 3.31.4 to 3.32.1

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.31.4 to 3.32.1

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

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

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.1.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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.32.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.32.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 2, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 2, 2026 18:36
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2026

@github-actions github-actions bot merged commit 0590109 into main Mar 3, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/maven/maven-d75d409eac branch March 3, 2026 13:58
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