Compare commits

..

No commits in common. "dependabot/maven/junit-junit-4.13.1" and "master" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.13.1</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@ -133,7 +133,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.13.1</version> <version>4.12</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>