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.
1 parent 983d811 commit 292b350Copy full SHA for 292b350
pom.xml
@@ -1120,6 +1120,15 @@
1120
<artifactId>javax.ws.rs-api</artifactId>
1121
<version>2.0.1</version>
1122
</dependency>
1123
+ <dependency>
1124
+ <!--
1125
+ We use JUnit 5 in HAPI FHIR, but some libraries still pull in / require JUnit 4
1126
+ (e.g. Testcontainers) so we enforce a current version to avoid OWASP flags
1127
+ -->
1128
+ <groupId>junit</groupId>
1129
+ <artifactId>junit</artifactId>
1130
+ <version>4.13.2</version>
1131
+ </dependency>
1132
<dependency>
1133
<groupId>io.swagger</groupId>
1134
<artifactId>swagger-annotations</artifactId>
0 commit comments