File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 142
142
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
143
143
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
144
144
<maven .build.timestamp.format>E MMM d hh:mm:ss yyyy XX</maven .build.timestamp.format>
145
- <spotbugs .version>3.1.12 </spotbugs .version>
145
+ <spotbugs .version>4.8.3 </spotbugs .version>
146
146
</properties >
147
147
148
148
<dependencyManagement >
188
188
<scope >test</scope >
189
189
<groupId >com.google.guava</groupId >
190
190
<artifactId >guava</artifactId >
191
- <version >28.2 -jre</version >
191
+ <version >33.0.0 -jre</version >
192
192
</dependency >
193
193
<dependency >
194
194
<scope >test</scope >
195
195
<groupId >commons-codec</groupId >
196
196
<artifactId >commons-codec</artifactId >
197
+ <version >1.16.0</version >
197
198
</dependency >
198
199
<dependency >
199
200
<scope >test</scope >
200
201
<groupId >commons-io</groupId >
201
202
<artifactId >commons-io</artifactId >
202
- <version >2.6 </version >
203
+ <version >2.15.1 </version >
203
204
</dependency >
204
205
<dependency >
205
206
<scope >test</scope >
229
230
<scope >test</scope >
230
231
<groupId >org.junit.vintage</groupId >
231
232
<artifactId >junit-vintage-engine</artifactId >
232
- <version >5.5.2 </version >
233
+ <version >5.10.0 </version >
233
234
</dependency >
234
235
<dependency >
235
236
<scope >test</scope >
241
242
<scope >test</scope >
242
243
<groupId >org.apache.commons</groupId >
243
244
<artifactId >commons-lang3</artifactId >
244
- <version >3.9 </version >
245
+ <version >4.4 </version >
245
246
</dependency >
246
247
<dependency >
247
248
<scope >test</scope >
265
266
<scope >test</scope >
266
267
<groupId >org.slf4j</groupId >
267
268
<artifactId >slf4j-api</artifactId >
269
+ <version >2.0.9</version >
268
270
</dependency >
269
271
<dependency >
270
272
<scope >test</scope >
You can’t perform that action at this time.
0 commit comments