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 1c23c6e Upgrading Mockito, Swagger UI and asciidoctorj-pdf
1c23c6e is described below
commit 1c23c6e2622c24951f8951e121bc89b8e31b77df
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jan 18 07:39:06 2021 +0100
Upgrading Mockito, Swagger UI and asciidoctorj-pdf
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3b8c346..fb20414 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.7.0</mockito.version>
+ <mockito.version>3.7.7</mockito.version>
<conf.directory>${project.build.directory}/test-classes</conf.directory>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -458,7 +458,7 @@ under the License.
<log.directory>${project.build.directory}/log</log.directory>
<swagger-core.version>2.0.10</swagger-core.version>
- <swagger-ui.version>3.38.0</swagger-ui.version>
+ <swagger-ui.version>3.40.0</swagger-ui.version>
<guava.version>29.0-jre</guava.version>
<jquery.version>3.4.1</jquery.version>
@@ -2567,7 +2567,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
- <version>1.5.3</version>
+ <version>1.5.4</version>
</dependency>
</dependencies>
<configuration>