Merge pull request #565 from haraldk/dependabot/maven/contrib/junit-junit-4.13.1

Bump junit from 4.7 to 4.13.1 in /contrib
This commit is contained in:
Harald Kuhr 2020-10-13 10:35:47 +02:00 committed by GitHub
commit fe8f854b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.7</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>