File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >org.springframework.boot</groupId >
17
17
<artifactId >spring-boot-starter-web</artifactId >
18
- <version >2.4.3 </version >
18
+ <version >2.4.5 </version >
19
19
</dependency >
20
20
21
21
<dependency >
22
22
<groupId >org.springframework.boot</groupId >
23
23
<artifactId >spring-boot-starter-test</artifactId >
24
- <version >2.4.3 </version >
24
+ <version >2.4.5 </version >
25
25
<scope >test</scope >
26
26
</dependency >
27
27
28
28
<dependency >
29
29
<groupId >org.springframework.boot</groupId >
30
30
<artifactId >spring-boot-starter-thymeleaf</artifactId >
31
- <version >2.4.3 </version >
31
+ <version >2.4.5 </version >
32
32
</dependency >
33
33
34
34
</dependencies >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.springframework</groupId >
25
25
<artifactId >spring-webmvc</artifactId >
26
- <version >5.2.12.RELEASE </version >
26
+ <version >5.3.6 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.springframework</groupId >
30
30
<artifactId >spring-test</artifactId >
31
- <version >5.2.12.RELEASE </version >
31
+ <version >5.3.6 </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments