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 2022/03/02 12:43:25 UTC

[syncope] branch 2_1_X updated (44ff4f3 -> a324459)

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 44ff4f3  [SYNCOPE-1664] JSONB: Inconsistent search query when is used a pull correlation rule (#318)
     new 038bc31  Upgrading docker-maven-plugin
     new c6dd386  Upgrading Log4j2, Tomcat and checkstyle
     new a324459  Upgrading Swagger UI

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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

[syncope] 01/03: Upgrading docker-maven-plugin

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 038bc313fd386bed7de068f337f47529ddb61046
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Feb 28 08:12:24 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index e5fc55c..5897a2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2113,7 +2113,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.39.0</version>
+          <version>0.39.1</version>
         </plugin>
 
         <plugin>

[syncope] 02/03: Upgrading Log4j2, Tomcat and checkstyle

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 c6dd386046087faa78cb07113ccf0730258763b7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 1 09:45:51 2022 +0100

    Upgrading Log4j2, Tomcat and checkstyle
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5897a2a..1001ac6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@ under the License.
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j.version>2.17.1</log4j.version>
+    <log4j.version>2.17.2</log4j.version>
     <disruptor.version>3.4.4</disruptor.version>
 
     <commons-io.version>2.11.0</commons-io.version>
@@ -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.58</tomcat.version>
+    <tomcat.version>9.0.59</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    
@@ -2095,7 +2095,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.3</version>
+              <version>10.0</version>
             </dependency>
           </dependencies>
           <configuration>

[syncope] 03/03: Upgrading Swagger UI

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 a3244599e67b362b4da70382307f917dd5d42292
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 1 15:44:04 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 1001ac6..e506c78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.10</swagger-core.version>    
-    <swagger-ui.version>4.5.0</swagger-ui.version>
+    <swagger-ui.version>4.5.2</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>