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 569b9fc70 chore(deps-dev): bump org.mockito:mockito-core from 5.21.0
to 5.22.0 (#2596)
569b9fc70 is described below
commit 569b9fc70c026fe0e1b6e128417d6e16db2ddbf9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 1 12:06:31 2026 -0600
chore(deps-dev): bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#2596)
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>
---
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 40866136c..b0c93bd2a 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.21.0</version>
+ <version>5.22.0</version>
</dependency>
</dependencies>
</dependencyManagement>