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/02/02 16:18:32 UTC

[syncope] branch master updated (c3a016d -> 2406c10)

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

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


    from c3a016d  [SYNCOPE-1657] Changes to Topology for allowing to specify a resource name during clone (#306)
     new eab2bcf  Upgrading Nimbus JOSE JWT, Checkstyle and asciidoctor-maven-plugin
     new 714e150  Upgrading Swagger UI
     new 2406c10  Upgrading Elasticsearch

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 Nimbus JOSE JWT, Checkstyle and asciidoctor-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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit eab2bcf9dae1a32564fd7577005ddfa196bdc90b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 31 15:56:57 2022 +0100

    Upgrading Nimbus JOSE JWT, Checkstyle and asciidoctor-maven-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8339bf5..74af98b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
 
     <cxf.version>3.5.0</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.17</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.18</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.1</jackson.version>
 
@@ -2209,7 +2209,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.2.1</version>
+              <version>9.3</version>
             </dependency>
           </dependencies>
           <configuration>
@@ -2665,7 +2665,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>2.2.1</version>
+            <version>2.2.2</version>
             <inherited>false</inherited>
             <dependencies>
               <dependency>

[syncope] 02/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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 714e150d81aa8e2c07e1f5b7aa69108a3d383b33
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Feb 1 15:55:25 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 74af98b..30e6101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <swagger-core.version>2.1.12</swagger-core.version>
-    <swagger-ui.version>4.2.1</swagger-ui.version>
+    <swagger-ui.version>4.4.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>

[syncope] 03/03: Upgrading Elasticsearch

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

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

commit 2406c101f1d51ba107c4f423081facd00cc537f1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Feb 2 17:16:55 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 30e6101..a107cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
 
     <slf4j.version>1.7.35</slf4j.version>
 
-    <elasticsearch.version>7.16.3</elasticsearch.version>
+    <elasticsearch.version>7.17.0</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>