Skip to content

Commit 4933c86

Browse files
committed
#655 - Update bouncycastle dependency
- update bouncycastle dependencies to 1.8.1
1 parent cc9b92d commit 4933c86

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,25 @@
216216
<version>1.8.0</version>
217217
</dependency>
218218

219+
<!--
220+
Bouncycastle updates for fixing several CVEs
221+
-->
222+
<dependency>
223+
<groupId>org.bouncycastle</groupId>
224+
<artifactId>bcprov-jdk18on</artifactId>
225+
<version>1.81</version>
226+
</dependency>
227+
<dependency>
228+
<groupId>org.bouncycastle</groupId>
229+
<artifactId>bcutil-jdk18on</artifactId>
230+
<version>1.81</version>
231+
</dependency>
232+
<dependency>
233+
<groupId>org.bouncycastle</groupId>
234+
<artifactId>bcpkix-jdk18on</artifactId>
235+
<version>1.81</version>
236+
</dependency>
237+
219238
<dependency>
220239
<groupId>dev.dsf</groupId>
221240
<artifactId>dsf-fhir-rest-adapter</artifactId>

0 commit comments

Comments
 (0)