This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 7ffe1d5af2 [tomee-10.x]: Bump org.mockito:mockito-core from 5.21.0 to
5.22.0 (#2532)
7ffe1d5af2 is described below
commit 7ffe1d5af2256558650c39afe3f2225c5d3b81d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 07:19:21 2026 +0100
[tomee-10.x]: Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#2532)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.21.0 to 5.22.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.22.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
arquillian/arquillian-openejb-embedded/pom.xml | 2 +-
utils/openejb-mockito/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arquillian/arquillian-openejb-embedded/pom.xml
b/arquillian/arquillian-openejb-embedded/pom.xml
index 5986ea7c84..36b501096a 100644
--- a/arquillian/arquillian-openejb-embedded/pom.xml
+++ b/arquillian/arquillian-openejb-embedded/pom.xml
@@ -134,7 +134,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.21.0</version>
+ <version>5.22.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/utils/openejb-mockito/pom.xml b/utils/openejb-mockito/pom.xml
index 90c9a2b149..544cf96072 100644
--- a/utils/openejb-mockito/pom.xml
+++ b/utils/openejb-mockito/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.21.0</version>
+ <version>5.22.0</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>