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/04/06 06:22:29 UTC

[syncope] branch 2_0_X updated: Upgrading greenmail and bcpkix-jdk15on

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 62f97b9  Upgrading greenmail and bcpkix-jdk15on
62f97b9 is described below

commit 62f97b96e085d75581ce3e4457d284ba1583112d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 6 08:12:43 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index f7437ed..a7cddf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1207,7 +1207,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.5.11</version>
+        <version>1.5.12</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>
@@ -1849,7 +1849,7 @@ under the License.
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk15on</artifactId>
-        <version>1.64</version>
+        <version>1.65</version>
         <scope>test</scope>
       </dependency>
       <dependency>