Skip to content

Commit

Permalink
Add OpenPGP's Bouncycastle library to application's BOM
Browse files Browse the repository at this point in the history
Other Bouncycastle libraries are already managed in the application's BOM
  • Loading branch information
gastaldi committed Nov 28, 2024
1 parent a36e483 commit f4dd1b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3480,6 +3480,11 @@
<artifactId>bcutil-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
Expand Down

0 comments on commit f4dd1b4

Please sign in to comment.