Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][sec] Upgrade Bouncycastle libraries to address CVEs #22826

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -160,9 +160,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
Loading