This is an automated email from the ASF dual-hosted git repository.
jungm 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 d76a3b13ee [tomee-10.x]: Bump org.mockito:mockito-core from 5.22.0 to
5.23.0
d76a3b13ee is described below
commit d76a3b13ee38827abbce3cef0db91776ae687281
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 05:48:46 2026 +0000
[tomee-10.x]: Bump org.mockito:mockito-core from 5.22.0 to 5.23.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.22.0 to 5.23.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.23.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 36b501096a..0ef03b8c34 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.22.0</version>
+ <version>5.23.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/utils/openejb-mockito/pom.xml b/utils/openejb-mockito/pom.xml
index 544cf96072..4075e8ceb6 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.22.0</version>
+ <version>5.23.0</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>