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
The following commit(s) were added to refs/heads/master by this push:
new c643ede Upgrading Spring Boot, Elasticsearch and Font Awesome
c643ede is described below
commit c643ede7ba434cfa81b4714d1bb09db205b85a67
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 15 09:34:22 2021 +0100
Upgrading Spring Boot, Elasticsearch and Font Awesome
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9fb2425..0cd262f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
<spring.version>5.3.3</spring.version>
<spring-security.version>5.4.2</spring-security.version>
- <spring-boot.version>2.4.1</spring-boot.version>
+ <spring-boot.version>2.4.2</spring-boot.version>
<spring-cloud-gateway.version>3.0.0</spring-cloud-gateway.version>
<openjpa.version>3.1.3-SNAPSHOT</openjpa.version>
@@ -433,7 +433,7 @@ under the License.
<slf4j.version>2.0.0-alpha1</slf4j.version>
- <elasticsearch.version>7.10.1</elasticsearch.version>
+ <elasticsearch.version>7.10.2</elasticsearch.version>
<apacheds.version>2.0.0.AM26</apacheds.version>
<apachedirapi.version>2.0.0</apachedirapi.version>
@@ -466,7 +466,7 @@ under the License.
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
<bootbox.version>5.4.0</bootbox.version>
- <font-awesome.version>5.15.1</font-awesome.version>
+ <font-awesome.version>5.15.2</font-awesome.version>
<ionicons.version>2.0.1</ionicons.version>
<codemirror.version>5.50.0</codemirror.version>
<googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>