Browse Source

Merge pull request #781 from mrniko/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.11 to 4.13.1
master
Nikita Koksharov 4 years ago
committed by GitHub
parent
commit
bd2576f355
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml

2
pom.xml

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

Loading…
Cancel
Save