Skip to content

Commit fa08abc

Browse files
authored
Merge pull request #656 from medizininformatik-initiative/task/655-update-bouncycastle-dependency
#655 - Update bouncycastle dependency
2 parents cc9b92d + 4933c86 commit fa08abc

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)