This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new f221a85 Bump mockito-core from 4.5.1 to 4.6.1
f221a85 is described below
commit f221a85b60f54622030434c66f4e48b406973911
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 3 05:33:30 2022 +0000
Bump mockito-core from 4.5.1 to 4.6.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to
4.6.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.1)
---
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]>
---
maven-wrapper/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-wrapper/pom.xml b/maven-wrapper/pom.xml
index 3565a6b..dac49ef 100644
--- a/maven-wrapper/pom.xml
+++ b/maven-wrapper/pom.xml
@@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.5.1</version>
+ <version>4.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>