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 57a2f7e  Upgrading Spring Boot, Swagger UI, AspectJ, Jackson Databind
57a2f7e is described below

commit 57a2f7e3f9b4aa4611f8f2512a44c18669158e6c
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Mar 25 07:59:32 2022 +0100

    Upgrading Spring Boot, Swagger UI, AspectJ, Jackson Databind
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6cf0751..7b166bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
 
     <jackson.version>2.13.2</jackson.version>
 
-    <spring-boot.version>2.6.4</spring-boot.version>
+    <spring-boot.version>2.6.5</spring-boot.version>
     <spring-cloud-gateway.version>3.1.1</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
@@ -454,7 +454,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <swagger-core.version>2.1.13</swagger-core.version>
-    <swagger-ui.version>4.8.0</swagger-ui.version>
+    <swagger-ui.version>4.9.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -462,7 +462,6 @@ under the License.
     <bootbox.version>5.5.2</bootbox.version>
     <font-awesome.version>5.15.4</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
-    <highlightjs.version>10.1.2</highlightjs.version>
     <codemirror.version>5.62.2</codemirror.version>
     <googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
@@ -745,7 +744,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>${jackson.version}.1</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
@@ -986,7 +985,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.8</version>
+        <version>1.9.9</version>
       </dependency>
 
       <dependency>

Reply via email to