This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 6a2af153d chore(deps): bump mockito.version from 5.22.0 to 5.23.0
(#2627)
6a2af153d is described below
commit 6a2af153d1b7880dbf6ef58dacaa25edaf1a6797
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 19:22:37 2026 -0500
chore(deps): bump mockito.version from 5.22.0 to 5.23.0 (#2627)
Bumps `mockito.version` from 5.22.0 to 5.23.0.
Updates `org.mockito:mockito-core` 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)
Updates `org.mockito:mockito-junit-jupiter` 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:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.23.0
dependency-type: direct:production
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a59dc2813..7bd4a504e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
<!-- Test 3rd-party dependencies: -->
<easymock.version>5.6.0</easymock.version>
- <mockito.version>5.22.0</mockito.version>
+ <mockito.version>5.23.0</mockito.version>
<bytebuddy.version>1.18.7</bytebuddy.version>
<gmaven.version>4.3.1</gmaven.version>
<groovy.version>4.0.27</groovy.version>