This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.13.x by this push:
new aba7b3cd2 chore(deps-dev): bump org.mockito:mockito-core from 5.22.0
to 5.23.0 (#2629)
aba7b3cd2 is described below
commit aba7b3cd268e85edfe03f03a1ee6427e10aa0262
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 19:22:01 2026 -0500
chore(deps-dev): bump org.mockito:mockito-core from 5.22.0 to 5.23.0 (#2629)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
support/spring-boot/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml
index b0c93bd2a..2b91163a4 100644
--- a/support/spring-boot/pom.xml
+++ b/support/spring-boot/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.22.0</version>
+ <version>5.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>