This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 427d9633c7c06d550863e3e9023b9f787491b939 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Jun 4 15:27:43 2021 +0200 Upgrading Mockito and Swagger UI --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 046c152..f1f4409 100644 --- a/pom.xml +++ b/pom.xml @@ -455,10 +455,10 @@ under the License. <h2.version>1.4.200</h2.version> <junit.version>5.7.2</junit.version> - <mockito.version>3.10.0</mockito.version> + <mockito.version>3.11.0</mockito.version> <swagger-core.version>2.1.8</swagger-core.version> - <swagger-ui.version>3.49.0</swagger-ui.version> + <swagger-ui.version>3.50.0</swagger-ui.version> <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version> <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
