Skip to content

Commit

Permalink
[fix][sec] Upgrade Bouncycastle libraries to address CVEs (#22826)
Browse files Browse the repository at this point in the history
(cherry picked from commit 05d98f7)
  • Loading branch information
lhotari committed Jun 3, 2024
1 parent d411468 commit ac3c659
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
5 changes: 2 additions & 3 deletions bouncy-castle/bc/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,5 @@
This projects includes binary packages with the following licenses:
Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- org.bouncycastle-bcpkix-jdk18on-1.78.jar
- org.bouncycastle-bcprov-jdk18on-1.78.jar
- org.bouncycastle-bcprov-ext-jdk18on-1.78.jar
- org.bouncycastle-bcpkix-jdk18on-1.78.1.jar
- org.bouncycastle-bcprov-jdk18on-1.78.1.jar
7 changes: 3 additions & 4 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,9 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- 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
- org.bouncycastle-bcpkix-jdk18on-1.78.1.jar
- org.bouncycastle-bcprov-jdk18on-1.78.1.jar
- org.bouncycastle-bcutil-jdk18on-1.78.1.jar

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

Expand Down
7 changes: 3 additions & 4 deletions distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,9 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- bcpkix-jdk18on-1.78.jar
- bcprov-ext-jdk18on-1.78.jar
- bcprov-jdk18on-1.78.jar
- bcutil-jdk18on-1.78.jar
- bcpkix-jdk18on-1.78.1.jar
- bcprov-jdk18on-1.78.1.jar
- bcutil-jdk18on-1.78.1.jar

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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ flexible messaging model and an intuitive client API.</description>
<slf4j.version>2.0.13</slf4j.version>
<commons.collections4.version>4.4</commons.collections4.version>
<log4j2.version>2.23.1</log4j2.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>
<bouncycastle.version>1.78.1</bouncycastle.version>
<bouncycastle.bcpkix-fips.version>1.0.7</bouncycastle.bcpkix-fips.version>
<bouncycastle.bc-fips.version>1.0.2.5</bouncycastle.bc-fips.version>
<jackson.version>2.14.2</jackson.version>
<reflections.version>0.10.2</reflections.version>
<swagger.version>1.6.2</swagger.version>
Expand Down

0 comments on commit ac3c659

Please sign in to comment.