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 2020/01/08 16:19:32 UTC

[syncope] 01/03: Upgrading Jackson and Commons Codec

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 329d9f8529d78aae674c6fb3e30e2bd186aff6b3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jan 7 07:56:11 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index cdfb052..9da2586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
 
     <cxf.version>3.1.18</cxf.version>
 
-    <jackson.version>2.10.1</jackson.version>
+    <jackson.version>2.10.2</jackson.version>
 
     <spring.version>4.3.25.RELEASE</spring.version>
     <spring-security.version>4.2.13.RELEASE</spring-security.version>
@@ -426,7 +426,7 @@ under the License.
 
     <commons-io.version>2.6</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
-    <commons-codec.version>1.13</commons-codec.version>
+    <commons-codec.version>1.14</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.8.1</commons-lang.version>
     <commons-text.version>1.3</commons-text.version>