You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/03/31 11:19:17 UTC

[tomee] branch tomee-7.0.x updated: TOMEE-2788 update Bouncy Castle version

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

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 2e4ec12  TOMEE-2788 update Bouncy Castle version
2e4ec12 is described below

commit 2e4ec1213af7829f39e15fb2e10a2efa720bd11e
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Mar 20 13:04:09 2020 +0000

    TOMEE-2788 update Bouncy Castle version
---
 server/openejb-cxf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index 399404b..a4c16a4 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.63</version>
+      <version>1.64</version>
     </dependency>
     <dependency>
       <groupId>org.apache.wss4j</groupId>