This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 91bcfcc Bump mockito-core from 3.5.15 to 3.6.0 (#167)
91bcfcc is described below
commit 91bcfcc46554f5c39e2d6d48a07ba625b214f570
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 29 17:41:18 2020 -0400
Bump mockito-core from 3.5.15 to 3.6.0 (#167)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.15 to
3.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.15...v3.6.0)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d601052..a2a7a1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@ file comparators, endian transformation classes, and much
more.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.5.15</version>
+ <version>3.6.0</version>
<scope>test</scope>
</dependency>
<dependency>