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

[syncope] branch 2_1_X updated: Upgrading aspectjweaver and jacoco-maven-plugin

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


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

commit 5a40e6ad8e4c79093449741fd4fe882e9d4fdc94
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun May 12 11:49:25 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 881a16f..9e04486 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1006,7 +1006,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.3</version>
+        <version>1.9.4</version>
       </dependency>
       
       <dependency>
@@ -2178,7 +2178,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>