@@ -71,7 +71,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
71
71
<jackson .version>2.15.2</jackson .version>
72
72
<junit .version>5.10.0</junit .version>
73
73
<hamcrest .version>2.2</hamcrest .version>
74
- <maven-surefire .version>3.1.2 </maven-surefire .version>
74
+ <maven-surefire .version>3.0.0-M5 </maven-surefire .version>
75
75
<apache-commons-lang3 .version>3.13.0</apache-commons-lang3 .version>
76
76
<micrometer .version>1.11.4</micrometer .version>
77
77
<mockito .version>3.12.4</mockito .version>
@@ -155,7 +155,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
155
155
<dependency >
156
156
<groupId >org.apache.ant</groupId >
157
157
<artifactId >ant</artifactId >
158
- <version >1.10.14 </version >
158
+ <version >1.10.11 </version >
159
159
</dependency >
160
160
<dependency >
161
161
<groupId >org.glassfish.jaxb</groupId >
@@ -171,7 +171,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
171
171
<dependency >
172
172
<groupId >org.awaitility</groupId >
173
173
<artifactId >awaitility</artifactId >
174
- <version >4.2 .0</version >
174
+ <version >4.1 .0</version >
175
175
<scope >test</scope >
176
176
<exclusions >
177
177
<exclusion >
@@ -183,7 +183,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
183
183
<dependency >
184
184
<groupId >org.jetbrains</groupId >
185
185
<artifactId >annotations</artifactId >
186
- <version >24 .0.1 </version >
186
+ <version >22 .0.0 </version >
187
187
<scope >provided</scope >
188
188
</dependency >
189
189
</dependencies >
@@ -215,7 +215,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
215
215
<plugin >
216
216
<groupId >org.apache.maven.plugins</groupId >
217
217
<artifactId >maven-enforcer-plugin</artifactId >
218
- <version >3.4.1 </version >
218
+ <version >3.0.0-M3 </version >
219
219
<executions >
220
220
<execution >
221
221
<id >enforce-maven</id >
@@ -238,7 +238,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
238
238
</plugin >
239
239
<plugin >
240
240
<artifactId >maven-assembly-plugin</artifactId >
241
- <version >3.6 .0</version >
241
+ <version >3.1 .0</version >
242
242
<configuration >
243
243
<descriptors >
244
244
<descriptor >assembly.xml</descriptor >
@@ -259,7 +259,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
259
259
<arg >-Xlint:-fallthrough</arg >
260
260
</compilerArgs >
261
261
</configuration >
262
- <version >3.11.0 </version >
262
+ <version >3.8.1 </version >
263
263
</plugin >
264
264
<plugin >
265
265
<!-- UNIT TEST RUNNER -->
@@ -283,7 +283,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
283
283
<plugin >
284
284
<groupId >org.jacoco</groupId >
285
285
<artifactId >jacoco-maven-plugin</artifactId >
286
- <version >0.8.10 </version >
286
+ <version >0.8.7 </version >
287
287
<executions >
288
288
<!-- Prepare execution with Surefire -->
289
289
<execution >
@@ -353,25 +353,25 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
353
353
</plugin >
354
354
<plugin >
355
355
<artifactId >maven-project-info-reports-plugin</artifactId >
356
- <version >3.4.5 </version >
356
+ <version >3.1.2 </version >
357
357
</plugin >
358
358
<plugin >
359
359
<groupId >org.apache.maven.plugins</groupId >
360
360
<artifactId >maven-site-plugin</artifactId >
361
- <version >3.12 .1</version >
361
+ <version >3.9 .1</version >
362
362
</plugin >
363
363
</plugins >
364
364
<pluginManagement >
365
365
<plugins >
366
366
<plugin >
367
367
<groupId >org.apache.maven.plugins</groupId >
368
368
<artifactId >maven-checkstyle-plugin</artifactId >
369
- <version >3.3.0 </version >
369
+ <version >3.1.2 </version >
370
370
<dependencies >
371
371
<dependency >
372
372
<groupId >com.puppycrawl.tools</groupId >
373
373
<artifactId >checkstyle</artifactId >
374
- <version >10.12.4 </version >
374
+ <version >9.1 </version >
375
375
</dependency >
376
376
</dependencies >
377
377
<executions >
@@ -380,6 +380,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
380
380
<phase >validate</phase >
381
381
<configuration >
382
382
<configLocation >/dev/checkstyle/style.xml</configLocation >
383
+ <encoding >UTF-8</encoding >
383
384
<consoleOutput >true</consoleOutput >
384
385
<failsOnError >true</failsOnError >
385
386
<suppressionsLocation >/dev/checkstyle/suppressions.xml</suppressionsLocation >
@@ -397,7 +398,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
397
398
<plugin >
398
399
<groupId >org.apache.maven.plugins</groupId >
399
400
<artifactId >maven-resources-plugin</artifactId >
400
- <version >3.3.1 </version >
401
+ <version >3.2.0 </version >
401
402
<configuration >
402
403
<addDefaultExcludes >false</addDefaultExcludes >
403
404
</configuration >
@@ -414,7 +415,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
414
415
<plugin >
415
416
<groupId >org.owasp</groupId >
416
417
<artifactId >dependency-check-maven</artifactId >
417
- <version >8.4.0 </version >
418
+ <version >8.1.2 </version >
418
419
<configuration >
419
420
<skipSystemScope >true</skipSystemScope >
420
421
<assemblyAnalyzerEnabled >false</assemblyAnalyzerEnabled >
@@ -445,7 +446,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
445
446
<plugin >
446
447
<groupId >org.sonarsource.scanner.maven</groupId >
447
448
<artifactId >sonar-maven-plugin</artifactId >
448
- <version >3.10.0.2594 </version >
449
+ <version >3.9.1.2184 </version >
449
450
</plugin >
450
451
</plugins >
451
452
</build >
@@ -457,7 +458,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
457
458
<plugin >
458
459
<groupId >com.github.spotbugs</groupId >
459
460
<artifactId >spotbugs-maven-plugin</artifactId >
460
- <version >4.7.3.6 </version >
461
+ <version >4.2.3 </version >
461
462
<configuration >
462
463
<xmlOutput >true</xmlOutput >
463
464
<includeFilterFile >dev/findbugs_filter.xml</includeFilterFile >
@@ -520,7 +521,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
520
521
<plugin >
521
522
<groupId >org.apache.maven.plugins</groupId >
522
523
<artifactId >maven-jxr-plugin</artifactId >
523
- <version >3.3.0 </version >
524
+ <version >3.1.1 </version >
524
525
</plugin >
525
526
</plugins >
526
527
</reporting >
0 commit comments