3 Commits

Author SHA1 Message Date
Dmitry Toptygin
108dbc86be Merge pull request #10 from Telecominfraproject/WIFI-7556
WIFI-7556 updated spring-boot version to 2.5.12 (spring 5.3.18) to co…
2022-04-05 13:57:20 -04:00
Dmitry Toptygin
08ddb7a497 WIFI-7556 updated spring-boot version to 2.5.12 (spring 5.3.18) to cover for Springshell vulnerability 2022-04-05 13:50:29 -04:00
ralphlee3
73eddc6cab Merge pull request #9 from Telecominfraproject/WIFI-7323
[WIFI-7323] allow build and tests to work with jdk 16.0.2
2022-03-18 17:18:52 -04:00

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>