This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new b438230 Upgrading Mockito
b438230 is described below
commit b438230cde3b7ee40a651659742f8df52d48b5a0
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Sep 18 15:12:42 2020 +0200
Upgrading Mockito
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9fe84b8..b585ab5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@ under the License.
<h2.version>1.4.200</h2.version>
<junit.version>5.7.0</junit.version>
- <mockito.version>3.5.10</mockito.version>
+ <mockito.version>3.5.11</mockito.version>
<conf.directory>${project.build.directory}/test-classes</conf.directory>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>