We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc9b92d + 4933c86 commit fa08abcCopy full SHA for fa08abc
pom.xml
@@ -216,6 +216,25 @@
216
<version>1.8.0</version>
217
</dependency>
218
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
228
229
+ <artifactId>bcutil-jdk18on</artifactId>
230
231
232
233
234
+ <artifactId>bcpkix-jdk18on</artifactId>
235
236
237
+
238
<dependency>
239
<groupId>dev.dsf</groupId>
240
<artifactId>dsf-fhir-rest-adapter</artifactId>
0 commit comments