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:31 UTC

[syncope] branch 2_0_X updated (3687ea0 -> c8ddf5f)

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

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


    from 3687ea0  Upgrading PDFBox
     new 329d9f8  Upgrading Jackson and Commons Codec
     new 3d96668  Upgrading asciidoctorj-pdf
     new c8ddf5f  Upgrading Hotswap Agent

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


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

Posted by il...@apache.org.
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>


[syncope] 03/03: Upgrading Hotswap Agent

Posted by il...@apache.org.
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 c8ddf5f2586e0cf23143fb33c39c6f6818c9e595
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jan 8 15:14:00 2020 +0100

    Upgrading Hotswap Agent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a9dd9b..ef20052 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,7 +499,7 @@ under the License.
 
     <antlr4.version>4.7.2</antlr4.version>
 
-    <hotswap.version>1.3.0</hotswap.version>
+    <hotswap.version>1.4.0</hotswap.version>
 
     <testds.port>1389</testds.port>
     <testdb.webport>9082</testdb.webport>


[syncope] 02/03: Upgrading asciidoctorj-pdf

Posted by il...@apache.org.
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 3d9666837e06bb115d4b23816cad52f6b0c75620
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jan 7 17:58:54 2020 +0100

    Upgrading asciidoctorj-pdf
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9da2586..8a9dd9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2628,7 +2628,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-beta.8</version>
+                <version>1.5.0-rc.1</version>
               </dependency>
             </dependencies>
             <configuration>