This is an automated email from the ASF dual-hosted git repository.
jungm 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 48a007fc4c Bump org.mockito:mockito-core from 5.18.0 to 5.19.0
48a007fc4c is described below
commit 48a007fc4c3d6fcfa5575217c0f21be51222f2c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 06:12:21 2025 +0000
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.18.0 to 5.19.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.19.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 10036be212..0d9d522bba 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.18.0</version>
+ <version>5.19.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/utils/openejb-mockito/pom.xml b/utils/openejb-mockito/pom.xml
index f1ffd80a8e..29146bfb0e 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.18.0</version>
+ <version>5.19.0</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>