This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-jlink-plugin.gitThe following commit(s) were added to refs/heads/master by this push:
new 35a0b0f Bump mockito-core from 3.7.7 to 3.8.0
35a0b0f is described below
commit 35a0b0f3b3bbab72f9c074dea63617b4885a5b00
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 23 04:21:15 2021 +0000
Bump mockito-core from 3.7.7 to 3.8.0
Bumps [mockito-core](
https://github.com/mockito/mockito) from 3.7.7 to 3.8.0.
- [Release notes](
https://github.com/mockito/mockito/releases)
- [Commits](
https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0)
Signed-off-by: dependabot[bot] <
[hidden email]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b2bb5ef..630733b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.7.7</version>
+ <version>3.8.0</version>
<scope>test</scope>
</dependency>
<dependency>