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

[syncope] branch 2_1_X updated (a325114 -> bbeeb6f)

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 a325114  [SYNCOPE-1641] Fixing JPA JSON tests
     new cd3d751  Upgrading checkstyle and asciidoctor-maven-plugin
     new bbeeb6f  Upgrading Swagger UI

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

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

commit cd3d7512f209c06bd22076342277719ca946d211
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Feb 1 08:10:41 2022 +0100

    Upgrading checkstyle and asciidoctor-maven-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3777703..f44b757 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2089,7 +2089,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.2</version>
+              <version>9.3</version>
             </dependency>
           </dependencies>
           <configuration>
@@ -2591,7 +2591,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>2.2.1</version>
+            <version>2.2.2</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>

[syncope] 02/02: 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 bbeeb6f5e8aad2b3df356ed50df33746cf849d94
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Feb 1 15:55:36 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index f44b757..19a62fd 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.2.1</swagger-ui.version>
+    <swagger-ui.version>4.4.1</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>