Bump Junit for to avoid OWASP flag (#2618)

This commit is contained in:
James Agnew 2021-04-30 14:39:16 -04:00 committed by GitHub
parent 983d811af6
commit 292b350f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1120,6 +1120,15 @@
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<!--
We use JUnit 5 in HAPI FHIR, but some libraries still pull in / require JUnit 4
(e.g. Testcontainers) so we enforce a current version to avoid OWASP flags
-->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>