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 2019/05/12 09:51:14 UTC

[syncope] branch 2_0_X updated: Upgrading Groovy, aspectjweaver and jacoco-maven-plugin

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new adf6eb5  Upgrading Groovy, aspectjweaver and jacoco-maven-plugin
adf6eb5 is described below

commit adf6eb5727a256f40e8a1e1b91857a439d296001
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun May 12 11:50:03 2019 +0200

    Upgrading Groovy, aspectjweaver and jacoco-maven-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90537aa..7d1deb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>2.5.6</groovy.version>
+    <groovy.version>2.5.7</groovy.version>
 
     <activiti.version>5.22.0</activiti.version>
     <flowable.version>5.23.0</flowable.version>
@@ -1054,7 +1054,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.3</version>
+        <version>1.9.4</version>
       </dependency>
       
       <dependency>
@@ -2243,7 +2243,7 @@ under the License.
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.3</version>
+        <version>0.8.4</version>
         <configuration>
           <append>true</append>
           <skip>${skipTests}</skip>