fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-JUNIT-1017047
This commit is contained in:
snyk-bot
2020-10-13 21:57:02 +00:00
parent a680b75f85
commit e3cbdf6a93

View File

@@ -429,7 +429,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>