You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/06/25 04:24:34 UTC

[pulsar] 04/09: [Security] Upgrade bouncycastle version to 1.69 (#10867)

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

penghui pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit d14d59368d8c19a9f126a27ab512ec87144648b1
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Fri Jun 18 12:26:29 2021 +0300

    [Security] Upgrade bouncycastle version to 1.69 (#10867)
    
    
    (cherry picked from commit 9af9361506a67037a9b339279cafe0b72a70c14a)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 7 ++++---
 pom.xml                                          | 2 +-
 pulsar-sql/presto-distribution/LICENSE           | 7 ++++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt
index bf113ee..9db9943 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -590,9 +590,10 @@ Creative Commons Attribution License
 
 Bouncy Castle License
  * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
-    - org.bouncycastle-bcpkix-jdk15on-1.68.jar
-    - org.bouncycastle-bcprov-ext-jdk15on-1.68.jar
-    - org.bouncycastle-bcprov-jdk15on-1.68.jar
+    - org.bouncycastle-bcpkix-jdk15on-1.69.jar
+    - org.bouncycastle-bcprov-ext-jdk15on-1.69.jar
+    - org.bouncycastle-bcprov-jdk15on-1.69.jar
+    - org.bouncycastle-bcutil-jdk15on-1.69.jar
 
 ------------------------
 
diff --git a/pom.xml b/pom.xml
index 207c509..9d7f186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,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.14.0</log4j2.version>
-    <bouncycastle.version>1.68</bouncycastle.version>
+    <bouncycastle.version>1.69</bouncycastle.version>
     <bouncycastlefips.version>1.0.2</bouncycastlefips.version>
     <jackson.version>2.12.3</jackson.version>
     <jackson.databind.version>2.12.3</jackson.databind.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE
index d357995..e61b8c9 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -556,6 +556,7 @@ Creative Commons Attribution License
 
 Bouncy Castle License
  * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
--    - bcpkix-jdk15on-1.68.jar
--    - bcprov-ext-jdk15on-1.68.jar
--    - bcprov-jdk15on-1.68.jar
+   - bcpkix-jdk15on-1.69.jar
+   - bcprov-ext-jdk15on-1.69.jar
+   - bcprov-jdk15on-1.69.jar
+   - bcutil-jdk15on-1.69.jar
\ No newline at end of file