This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 3bae7515f52 [fix][sec] Upgrade Bouncycastle to 1.78 (#22509)
3bae7515f52 is described below
commit 3bae7515f521128896a0b93b0cd589360c95e265
Author: Hideaki Oguni <[email protected]>
AuthorDate: Tue Apr 16 00:21:04 2024 +0900
[fix][sec] Upgrade Bouncycastle to 1.78 (#22509)
Co-authored-by: hoguni <[email protected]>
(cherry picked from commit 20915d1c438783c05778d98a3b77ec485b79d79d)
# Conflicts:
# pom.xml
---
bouncy-castle/bc/LICENSE | 6 +++---
distribution/server/src/assemble/LICENSE.bin.txt | 8 ++++----
distribution/shell/src/assemble/LICENSE.bin.txt | 8 ++++----
pom.xml | 2 +-
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/bouncy-castle/bc/LICENSE b/bouncy-castle/bc/LICENSE
index dae8f16df5b..14f4e76e921 100644
--- a/bouncy-castle/bc/LICENSE
+++ b/bouncy-castle/bc/LICENSE
@@ -205,6 +205,6 @@
This projects includes binary packages with the following licenses:
Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- - org.bouncycastle-bcpkix-jdk18on-1.75.jar
- - org.bouncycastle-bcprov-jdk18on-1.75.jar
- - org.bouncycastle-bcprov-ext-jdk18on-1.75.jar
+ - org.bouncycastle-bcpkix-jdk18on-1.78.jar
+ - org.bouncycastle-bcprov-jdk18on-1.78.jar
+ - org.bouncycastle-bcprov-ext-jdk18on-1.78.jar
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index f3e113a14d5..a0de5e809a5 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -580,10 +580,10 @@ Creative Commons Attribution License
Bouncy Castle License
* Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- - org.bouncycastle-bcpkix-jdk18on-1.75.jar
- - org.bouncycastle-bcprov-ext-jdk18on-1.75.jar
- - org.bouncycastle-bcprov-jdk18on-1.75.jar
- - org.bouncycastle-bcutil-jdk18on-1.75.jar
+ - org.bouncycastle-bcpkix-jdk18on-1.78.jar
+ - org.bouncycastle-bcprov-ext-jdk18on-1.78.jar
+ - org.bouncycastle-bcprov-jdk18on-1.78.jar
+ - org.bouncycastle-bcutil-jdk18on-1.78.jar
------------------------
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 9a9941b5e1e..2bdcac5532c 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -467,10 +467,10 @@ Creative Commons Attribution License
Bouncy Castle License
* Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- - bcpkix-jdk18on-1.75.jar
- - bcprov-ext-jdk18on-1.75.jar
- - bcprov-jdk18on-1.75.jar
- - bcutil-jdk18on-1.75.jar
+ - bcpkix-jdk18on-1.78.jar
+ - bcprov-ext-jdk18on-1.78.jar
+ - bcprov-jdk18on-1.78.jar
+ - bcutil-jdk18on-1.78.jar
------------------------
diff --git a/pom.xml b/pom.xml
index 0ecc1c03f02..5f16d5ba6ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@ flexible messaging model and an intuitive client
API.</description>
<slf4j.version>1.7.32</slf4j.version>
<commons.collections4.version>4.4</commons.collections4.version>
<log4j2.version>2.18.0</log4j2.version>
- <bouncycastle.version>1.75</bouncycastle.version>
+ <bouncycastle.version>1.78</bouncycastle.version>
<bouncycastle.bcpkix-fips.version>1.0.6</bouncycastle.bcpkix-fips.version>
<bouncycastle.bc-fips.version>1.0.2.4</bouncycastle.bc-fips.version>
<jackson.version>2.14.2</jackson.version>