Skip to content

Commit

Permalink
Upgrade Bouncy Castle to 1.68 (apache#9199)
Browse files Browse the repository at this point in the history
The version of Bouncy Castle that Pulsar currently depends on has security vulnerability, so upgraded it to the latest version.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-28052
  • Loading branch information
Masahiro Sakamoto authored Jan 13, 2021
1 parent 8ceaf43 commit 527eb31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,9 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- org.bouncycastle-bcpkix-jdk15on-1.66.jar
- org.bouncycastle-bcprov-ext-jdk15on-1.66.jar
- org.bouncycastle-bcprov-jdk15on-1.66.jar
- org.bouncycastle-bcpkix-jdk15on-1.68.jar
- org.bouncycastle-bcprov-ext-jdk15on-1.68.jar
- org.bouncycastle-bcprov-jdk15on-1.68.jar

------------------------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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.66</bouncycastle.version>
<bouncycastle.version>1.68</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>
Expand Down
6 changes: 3 additions & 3 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,6 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- - bcpkix-jdk15on-1.66.jar
- - bcprov-ext-jdk15on-1.66.jar
- - bcprov-jdk15on-1.66.jar
- - bcpkix-jdk15on-1.68.jar
- - bcprov-ext-jdk15on-1.68.jar
- - bcprov-jdk15on-1.68.jar

0 comments on commit 527eb31

Please sign in to comment.