Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the general-dependencies group with 11 updates in the / directory:

Package From To
org.apache.maven.plugins:maven-assembly-plugin 3.7.1 3.8.0
io.strimzi:kafka-oauth-client 0.17.0 0.17.1
org.assertj:assertj-bom 3.27.5 3.27.6
org.apache.logging.log4j:log4j-api 2.25.1 2.25.3
org.apache.logging.log4j:log4j-core 2.25.1 2.25.3
org.apache.logging.log4j:log4j-slf4j2-impl 2.25.1 2.25.3
io.fabric8:kubernetes-client 7.4.0 7.5.0
org.junit.jupiter:junit-jupiter-api 5.13.4 6.0.2
org.junit.jupiter:junit-jupiter-engine 5.13.4 6.0.2
org.mockito:mockito-core 5.20.0 5.21.0
org.jacoco:jacoco-maven-plugin 0.8.13 0.8.14

Updates org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0

Release notes

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

3.8.0

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits

Updates io.strimzi:kafka-oauth-client from 0.17.0 to 0.17.1

Release notes

Sourced from io.strimzi:kafka-oauth-client's releases.

0.17.1

Main Changes since 0.17.0

Fix for KeycloakAuthorizer incompatibility with Kafka 4.1.0

When deploying KeycloakAuthorizer with Kafka ACL delegation enabled (strimzi.authorization.delegate.to.kafka.acl=true) there was an exception each time the authorization decision was delegated to Kafka's StandardAuthorizer, and the actions were denied.

Kafka 4.1.0 introduced a new metrics pluggability mechanism and updated StandardAuthorizer to implement Monitorable interface and expect a PluginMetrics object to be provided by the instantiating server via Monitorable.withPluginMetrics(PluginMetrics). KeycloakAuthorizer did not provide this part of the expected initialisation to StandardAuthorizer which resulted in NullPointerException at runtime.

This issue should now be fixed.

For more details about the new features see the RELEASE_NOTES.md and the README.md. All changes can be found under the 0.17.1 milestone.

Full Changelog: strimzi/strimzi-kafka-oauth@0.17.0...0.17.1

0.17.1-rc1

Main Changes since 0.17.0

Fix for KeycloakAuthorizer incompatibility with Kafka 4.1.0

When deploying KeycloakAuthorizer with Kafka ACL delegation enabled (strimzi.authorization.delegate.to.kafka.acl=true) there was an exception each time the authorization decision was delegated to Kafka's StandardAuthorizer, and the actions were denied.

Kafka 4.1.0 introduced a new metrics pluggability mechanism and updated StandardAuthorizer to implement Monitorable interface and expect a PluginMetrics object to be provided by the instantiating server via Monitorable.withPluginMetrics(PluginMetrics). KeycloakAuthorizer did not provide this part of the expected initialisation to StandardAuthorizer which resulted in NullPointerException at runtime.

This issue should now be fixed.

For more details about the new features see the RELEASE_NOTES.md and the README.md. All changes can be found under the 0.17.1 milestone.

How to test

Released Maven repository artifacts are available in Maven Central using version 0.17.1-RC1

Example:

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-oauth-client</artifactId>
    <version>0.17.1-RC1</version>
</dependency>

Full Changelog: strimzi/strimzi-kafka-oauth@0.17.0...0.17.1-rc1

Changelog

Sourced from io.strimzi:kafka-oauth-client's changelog.

0.17.1

Fix for KeycloakAuthorizer incompatibility with Kafka 4.1.0

When deploying KeycloakAuthorizer with Kafka ACL delegation enabled (strimzi.authorization.delegate.to.kafka.acl=true) there was an exception each time the authorization decision was delegated to Kafka's StandardAuthorizer, and the actions were denied.

Kafka 4.1.0 introduced a new metrics pluggability mechanism and updated StandardAuthorizer to implement Monitorable interface and expect a PluginMetrics object to be provided by the instantiating server via Monitorable.withPluginMetrics(PluginMetrics). KeycloakAuthorizer did not provide this part of the expected initialisation to StandardAuthorizer which resulted in NullPointerException at runtime.

This issue should now be fixed.

See PR 283

Commits

Updates org.assertj:assertj-bom from 3.27.5 to 3.27.6

Release notes

Sourced from org.assertj:assertj-bom's releases.

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

Commits
  • 716b1e0 [maven-release-plugin] prepare release assertj-build-3.27.6
  • e189652 Add missing export for org.assertj.core.annotation (#3951)
  • 0cb489e Update Maven Central URL
  • 7286309 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.logging.log4j:log4j-api from 2.25.1 to 2.25.3

Updates org.apache.logging.log4j:log4j-core from 2.25.1 to 2.25.3

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.1 to 2.25.3

Updates org.apache.logging.log4j:log4j-core from 2.25.1 to 2.25.3

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.1 to 2.25.3

Updates io.fabric8:kubernetes-client from 7.4.0 to 7.5.0

Release notes

Sourced from io.fabric8:kubernetes-client's releases.

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.4.0...v7.5.0

Changelog

Sourced from io.fabric8:kubernetes-client's changelog.

7.5.0 (2026-01-09)

Bugs

  • Fix #7160: Use the duration from current leader record, not from the config
  • Fix #7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #7347: Ensure vert.x websockets handle multiple frames
  • Fix #7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #7369: Fix typo in warning log messages
  • Fix #7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #7372: Service Port-Forwarding ignores Service port mapping

Improvements

  • Fix #7277: fix BOM publish to Maven Central
  • Fix #7345: skip publishing test and example modules to Maven Central

Dependency Upgrade

  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #7361: (openapi) update Istio from 1.27 to 1.28

New Features

  • Fix #5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification

Note: Breaking changes

  • Fix #7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly. Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.
Commits
  • d1c1045 [RELEASE] Updated project version to v7.5.0
  • e1e6ebd chore(ci): update team members in CODEOWNERS and release workflows
  • 8fe70e1 test(port-forwarding): enhance test coverage for port forwarding scenarios
  • 0bd6bdb fix(port-forwarding): Service port-forwarding Ignores Service Port Mapping (7...
  • 03bb3b8 fix(openapi): type filters fix for conflicting types, remove unused models (7...
  • 366fe51 fix(openapi): enhance embedded field processing to respect swaggerignore tag
  • 65aa4f5 feat(openapi): update Prometheus Operator to 0.85.0
  • 06a9364 feat(openapi): upgrade OpenShift Models (7376)
  • eb8eee4 fix(openapi): implement processInlineDuplicateFields to resolve duplicate JSO...
  • 5e28595 fix(openapi): correct memberProcessor variable name and update comment tag ex...
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.13.4 to 6.0.2

Release notes

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

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

... (truncated)

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.0.2

Release notes

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

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

... (truncated)

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.0.2

Release notes

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

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

... (truncated)

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.20.0 to 5.21.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.21.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.21.0

Commits
  • 09d2230 Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)
  • df3e0cc Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)
  • 04a6e9f Bump actions/checkout from 5 to 6 (#3765)
  • 756a3cf Add description of matchers to potential mismatch (#3760)
  • 58ba445 Forbid mocking WeakReference with inline mock maker (#3759)
  • 966d600 Bump actions/upload-artifact from 4 to 5 (#3756)
  • 632bf7b Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)
  • 8564b43 Fix primitives support in GenericArrayReturnType for Android (#3753)
  • bf3a809 Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)
  • cffddd4 Bump gradle/actions from 4 to 5 (#3743)
  • Additional commits viewable in compare view

Updates org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.14

New Features

  • JaCoCo now officially supports Java 25 (GitHub #1950).
  • Experimental support for Java 26 class files (GitHub #1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #1814, #1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub

Bumps the general-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.7.1` | `3.8.0` |
| [io.strimzi:kafka-oauth-client](https://github.com/strimzi/strimzi-kafka-oauth) | `0.17.0` | `0.17.1` |
| [org.assertj:assertj-bom](https://github.com/assertj/assertj) | `3.27.5` | `3.27.6` |
| org.apache.logging.log4j:log4j-api | `2.25.1` | `2.25.3` |
| org.apache.logging.log4j:log4j-core | `2.25.1` | `2.25.3` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.25.1` | `2.25.3` |
| [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.5.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.2` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.20.0` | `5.21.0` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` |



Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.0)

Updates `io.strimzi:kafka-oauth-client` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/strimzi/strimzi-kafka-oauth/releases)
- [Changelog](https://github.com/strimzi/strimzi-kafka-oauth/blob/main/RELEASE_NOTES.md)
- [Commits](strimzi/strimzi-kafka-oauth@0.17.0...0.17.1)

Updates `org.assertj:assertj-bom` from 3.27.5 to 3.27.6
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.5...assertj-build-3.27.6)

Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.3

Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.3

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.3

Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.3

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.3

Updates `io.fabric8:kubernetes-client` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.4.0...v7.5.0)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.2)

Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.20.0...v5.21.0)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.13...v0.8.14)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: io.strimzi:kafka-oauth-client
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.assertj:assertj-bom
  dependency-version: 3.27.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: io.fabric8:kubernetes-client
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: general-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: general-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: general-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
...

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 Jan 12, 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.

1 participant