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 b7bff16870e22cadce534daeaef3c8511152bb7d Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Jun 25 17:36:42 2020 +0200 Upgrading Jackson and maven-site-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 156d19a..f4ef054 100644 --- a/pom.xml +++ b/pom.xml @@ -407,7 +407,7 @@ under the License. <cxf.version>3.3.6</cxf.version> <bouncycastle.version>1.65</bouncycastle.version> - <jackson.version>2.11.0</jackson.version> + <jackson.version>2.11.1</jackson.version> <spring.version>5.2.7.RELEASE</spring.version> <spring-security.version>5.3.3.RELEASE</spring-security.version> @@ -2868,7 +2868,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.9.0</version> + <version>3.9.1</version> <configuration> <locales>en</locales> <generateProjectInfo>false</generateProjectInfo>
