This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new a378204d68 Bump mockito-core from 4.9.0 to 4.11.0
a378204d68 is described below
commit a378204d68c576a512e96ea11652121b19d58e25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 1 00:03:13 2023 +0000
Bump mockito-core from 4.9.0 to 4.11.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to
4.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.11.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 84ac42e506..77f1e3b21a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
<!-- Testing -->
<ver.junit>4.13.2</ver.junit>
- <ver.mockito>4.9.0</ver.mockito>
+ <ver.mockito>4.11.0</ver.mockito>
<ver.awaitility>4.2.0</ver.awaitility>
<ver.contract.tests>0.2.0</ver.contract.tests>