Skip to content

Commit 73b028e

Browse files
author
thewaterwalker
committed
Update spring boot to v2.3.7.RELEASE
1 parent f34c18b commit 73b028e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.3.5.RELEASE</version>
17+
<version>2.3.7.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -82,6 +82,10 @@
8282
<artifactId>spring-boot-starter-test</artifactId>
8383
<scope>test</scope>
8484
</dependency>
85+
<dependency>
86+
<groupId>junit</groupId>
87+
<artifactId>junit</artifactId>
88+
</dependency>
8589
</dependencies>
8690

8791
<build>

0 commit comments

Comments
 (0)