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 e44839f Upgrading Spring, Elasticsearch and Swagger UI e44839f is described below commit e44839fd7304cc0b2748d86d2cdbfaed9cac5c46 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Fri Oct 15 16:54:12 2021 +0200 Upgrading Spring, Elasticsearch and Swagger UI --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c15037b..1083c8e 100644 --- a/pom.xml +++ b/pom.xml @@ -409,7 +409,7 @@ under the License. <jackson.version>2.11.4</jackson.version> - <spring.version>5.2.17.RELEASE</spring.version> + <spring.version>5.2.18.RELEASE</spring.version> <spring-security.version>5.2.12.RELEASE</spring-security.version> <openjpa.version>3.2.0</openjpa.version> @@ -431,7 +431,7 @@ under the License. <slf4j.version>1.7.32</slf4j.version> <opensaml.version>3.3.1</opensaml.version> - <elasticsearch.version>7.15.0</elasticsearch.version> + <elasticsearch.version>7.15.1</elasticsearch.version> <apacheds.version>2.0.0.AM26</apacheds.version> <apachedirapi.version>2.0.0</apachedirapi.version> @@ -459,7 +459,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.52.3</swagger-ui.version> + <swagger-ui.version>3.52.5</swagger-ui.version> <guava.version>29.0-jre</guava.version> <jquery.version>3.4.1</jquery.version>