Upgrade JUnit version (#973) (#975)

* Upgrade JUnit version (#973)

See gh-973
This commit is contained in:
Robert McNees
2021-07-07 14:06:51 -04:00
committed by GitHub
parent 4933259c17
commit c59c256fa6
3 changed files with 11 additions and 16 deletions

View File

@@ -60,11 +60,6 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>