You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/04/13 09:32:50 UTC

[syncope] branch master updated: Upgrading Jackson and BootBox

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 f143c12  Upgrading Jackson and BootBox
f143c12 is described below

commit f143c12644c786bf7f9b9176ae1a839a616d9f12
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 13 11:32:37 2021 +0200

    Upgrading Jackson and BootBox
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5196cad..25fc121 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@ under the License.
     <bouncycastle.version>1.68</bouncycastle.version>
     <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
 
-    <jackson.version>2.12.2</jackson.version>
+    <jackson.version>2.12.3</jackson.version>
 
     <spring.version>5.3.5</spring.version>
     <spring-security.version>5.4.5</spring-security.version>
@@ -465,7 +465,7 @@ under the License.
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
 
-    <bootbox.version>5.4.0</bootbox.version>
+    <bootbox.version>5.5.2</bootbox.version>
     <font-awesome.version>5.15.2</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <codemirror.version>5.50.0</codemirror.version>