File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >org.springframework</groupId >
45
45
<artifactId >spring-web</artifactId >
46
- <version >5.2.22.RELEASE </version >
46
+ <version >5.3.26 </version >
47
47
</dependency >
48
48
49
49
<dependency >
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-surefire-plugin</artifactId >
95
- <version >3.0.0-M3 </version >
95
+ <version >3.0.0</version >
96
96
<dependencies >
97
97
<dependency >
98
98
<groupId >org.apache.maven.surefire</groupId >
99
99
<artifactId >surefire-junit47</artifactId >
100
- <version >3.0.0-M3 </version >
100
+ <version >3.0.0</version >
101
101
</dependency >
102
102
</dependencies >
103
103
</plugin >
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >org.apache.maven</groupId >
63
63
<artifactId >maven-core</artifactId >
64
- <version >3.6.2 </version >
64
+ <version >3.8.1 </version >
65
65
<exclusions >
66
66
<exclusion >
67
67
<groupId >org.apache.maven.shared</groupId >
Original file line number Diff line number Diff line change 138
138
<plugin >
139
139
<groupId >org.apache.maven.plugins</groupId >
140
140
<artifactId >maven-surefire-plugin</artifactId >
141
- <version >3.0.0-M4 </version >
141
+ <version >3.0.0</version >
142
142
<configuration >
143
143
<useSystemClassLoader >false</useSystemClassLoader >
144
144
<trimStackTrace >false</trimStackTrace >
213
213
<dependency >
214
214
<groupId >com.fasterxml.jackson.core</groupId >
215
215
<artifactId >jackson-databind</artifactId >
216
- <version >2.13.4</version >
216
+ <version >2.13.4.2 </version >
217
217
</dependency >
218
218
219
219
<dependency >
225
225
<dependency >
226
226
<groupId >com.google.guava</groupId >
227
227
<artifactId >guava</artifactId >
228
- <version >30.0 -jre</version >
228
+ <version >32.1.1 -jre</version >
229
229
</dependency >
230
230
231
231
<dependency >
232
232
<groupId >com.google.guava</groupId >
233
233
<artifactId >guava-testlib</artifactId >
234
- <version >30 .1.1-jre</version >
234
+ <version >32 .1.1-jre</version >
235
235
</dependency >
236
236
237
237
<dependency >
Original file line number Diff line number Diff line change 160
160
<dependency >
161
161
<groupId >org.yaml</groupId >
162
162
<artifactId >snakeyaml</artifactId >
163
- <version >1.32 </version >
163
+ <version >2.0 </version >
164
164
</dependency >
165
165
166
166
<dependency >
You can’t perform that action at this time.
0 commit comments