Merge pull request #10 from Telecominfraproject/WIFI-7556

WIFI-7556 updated spring-boot version to 2.5.12 (spring 5.3.18) to co…
This commit is contained in:
Dmitry Toptygin
2022-04-05 13:57:20 -04:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version>
<version>2.5.12</version>
<relativePath />
</parent>
@@ -50,6 +50,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- needed so that tests that are written in the Junit4 can be picked up by the test runner for the Junit5 in eclipse -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>