This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 9ebf992c1b Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#2528)
9ebf992c1b is described below
commit 9ebf992c1b331696a8da5713f3d866d45746b5c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 07:19:13 2026 +0100
Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#2528)
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 c00d6aaa0f..fb54de53c3 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 ff7e0a11cf..b60edd88cf 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>