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/07 11:16:19 UTC

[syncope] branch 2_1_X updated (97d04b4 -> f096719)

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 97d04b4  fixed query on console rest client to retrieve form for a given user
     new edc6a12  Upgrading GreenMail
     new f096719  Upgrading Tomcat

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[syncope] 02/02: Upgrading Tomcat

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 f096719651c04a0ef8c185b98b65126690c2d6e1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jul 7 10:55:24 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9269ecf..2191945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,7 +532,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.36</tomcat.version>
+    <tomcat.version>9.0.37</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    


[syncope] 01/02: Upgrading GreenMail

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 edc6a12fa63261a26474d1bb5068fc1e4486086c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jul 6 10:04:23 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 4872752..9269ecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1140,7 +1140,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.5.13</version>
+        <version>1.5.14</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>