You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by sa...@apache.org on 2020/09/13 05:36:56 UTC

[pulsar] branch master updated: Upgrade Bouncy castle to newest version (#8047)

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

sanjeevrk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new be35d81  Upgrade Bouncy castle to newest version (#8047)
be35d81 is described below

commit be35d812e14d950b777cb9e03f155488b54fe485
Author: Sanjeev Kulkarni <sa...@gmail.com>
AuthorDate: Sat Sep 12 22:36:33 2020 -0700

    Upgrade Bouncy castle to newest version (#8047)
    
    Co-authored-by: Sanjeev Kulkarni <sa...@splunk.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80cb7b9..11c2d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@ flexible messaging model and an intuitive client API.</description>
     <slf4j.version>1.7.25</slf4j.version>
     <commons.collections.version>3.2.2</commons.collections.version>
     <log4j2.version>2.10.0</log4j2.version>
-    <bouncycastle.version>1.60</bouncycastle.version>
+    <bouncycastle.version>1.66</bouncycastle.version>
     <bouncycastlefips.version>1.0.2</bouncycastlefips.version>
     <jackson.version>2.11.1</jackson.version>
     <jackson.databind.version>2.11.1</jackson.databind.version>