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/10/14 06:28:51 UTC

[syncope] branch 2_0_X updated: Upgrading bcpkix-jdk15on 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 29d24ca  Upgrading bcpkix-jdk15on and jacoco-maven-plugin
29d24ca is described below

commit 29d24ca96059b5feeb7f3d5bab09dc760829baff
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 14 08:24:44 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index f57cfd5..72cf383 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1849,7 +1849,7 @@ under the License.
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk15on</artifactId>
-        <version>1.63</version>
+        <version>1.64</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -2250,7 +2250,7 @@ under the License.
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.4</version>
+        <version>0.8.5</version>
         <configuration>
           <append>true</append>
           <skip>${skipTests}</skip>