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/07/22 06:46:03 UTC

[syncope] branch 2_1_X updated (664a781 -> 7289af6)

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

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


    from 664a781  Upgrading Spring
     new d6c5ca1  Upgrading Jackson
     new 7289af6  Upgrading Payara

The 2 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:
 fit/core-reference/pom.xml | 2 +-
 pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[syncope] 02/02: Upgrading Payara

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7289af6ea39a8452bb4cd3e074fd0ec26110aa21
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 22 08:42:05 2020 +0200

    Upgrading Payara
---
 fit/core-reference/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 5aa8a2d..f00fad1 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1544,7 +1544,7 @@ under the License.
               <container>
                 <containerId>payara</containerId>
                 <zipUrlInstaller>
-                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.201/payara-5.201.zip</url>
+                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.2020.3/payara-5.2020.3.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>


[syncope] 01/02: Upgrading Jackson

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d6c5ca17574737707ed7a00df8f2dd6a7bd23c44
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 22 08:39:59 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index aed6059..300591f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.2.14</cxf.version>
 
-    <jackson.version>2.10.4</jackson.version>
+    <jackson.version>2.10.5</jackson.version>
 
     <spring.version>5.1.17.RELEASE</spring.version>
     <spring-security.version>5.1.11.RELEASE</spring-security.version>