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/23 13:47:05 UTC

[syncope] branch 2_1_X updated (354faaf -> 2de36e3)

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 354faaf  Upgrading maven-archetype-plugin
     new 3787b9c  Upgrading Groovy
     new decc6d5  Upgrading Swagger UI
     new 2de36e3  Upgrading aspectjweaver

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


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

commit decc6d5beed91b2f8374210154d3b191ebb86fb8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 23 08:44:07 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index af8c0d9..f2bcfef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.10</swagger-core.version>    
-    <swagger-ui.version>3.28.0</swagger-ui.version>
+    <swagger-ui.version>3.30.0</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>


[syncope] 03/03: Upgrading aspectjweaver

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 2de36e39d674498e712f470080120cb5ab460770
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 23 15:46:15 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index f2bcfef..504a2b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1007,7 +1007,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.5</version>
+        <version>1.9.6</version>
       </dependency>
       
       <dependency>


[syncope] 01/03: Upgrading Groovy

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 3787b9c039f1607c8fbfd8c54df2d17c913a2faa
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 23 08:16:55 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 300591f..af8c0d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,7 +421,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.4</groovy.version>
+    <groovy.version>3.0.5</groovy.version>
 
     <flowable.version>6.5.0</flowable.version>