This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-9.x by this push:
new 365e70ca85 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (#675)
365e70ca85 is described below
commit 365e70ca8557a6b0a1931ebb15e8825fc9acccfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 9 11:34:07 2023 +0300
Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (#675)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.5.0 to 5.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
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>
(cherry picked from commit 8b2c4eb13681a4628d1e9909bb1846bd74f74206)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a6d05024d9..c166c0d38a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
<httpunit.version>1.7.3</httpunit.version>
<metrics.version>4.2.20</metrics.version>
- <mockito.version>5.5.0</mockito.version>
+ <mockito.version>5.6.0</mockito.version>
<objenesis.version>3.3</objenesis.version>
<openjson.version>1.0.13</openjson.version>
<slf4j.version>2.0.7</slf4j.version>