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 fa82b8266c0c664c49d010d397a9ffb3f6ab4555 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Oct 2 08:45:07 2020 +0200 Upgrading Jackson and Swagger Core --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index afb98fe..58b8694 100644 --- a/pom.xml +++ b/pom.xml @@ -407,7 +407,7 @@ under the License. <cxf.version>3.4.0</cxf.version> <bouncycastle.version>1.66</bouncycastle.version> - <jackson.version>2.11.2</jackson.version> + <jackson.version>2.11.3</jackson.version> <spring.version>5.2.9.RELEASE</spring.version> <spring-security.version>5.4.0</spring-security.version> @@ -457,7 +457,7 @@ under the License. <junit.version>5.7.0</junit.version> <mockito.version>3.5.13</mockito.version> - <swagger-core.version>2.1.4</swagger-core.version> + <swagger-core.version>2.1.5</swagger-core.version> <swagger-ui.version>3.34.0</swagger-ui.version> <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
