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

[syncope] branch master updated (8ec564f -> 53a0a46)

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 8ec564f  Upgrading maven-archetype-plugin
     new 78fab62  Upgrading Groovy
     new 0dec7b5  Upgrading Swagger UI
     new 53a0a46  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] 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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 78fab6246cf2d7fcab3359382ac865abec7a6e3f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 23 08:16:39 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 4be851c..c359bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,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>
 


[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 0dec7b541e4f15b28b489ea72217384a2e1b3315
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 23 08:43:50 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index c359bc7..aa642f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ under the License.
     <mockito.version>3.4.4</mockito.version>
 
     <swagger-core.version>2.1.3</swagger-core.version>
-    <swagger-ui.version>3.28.0</swagger-ui.version>
+    <swagger-ui.version>3.30.0</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 aspectjweaver

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 53a0a46f1e03632e850e83a0039d7dc6fe1a7f4c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 23 15:45:51 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index aa642f7..18fbbff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1169,7 +1169,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.5</version>
+        <version>1.9.6</version>
       </dependency>
 
       <dependency>