@@ -26,9 +26,8 @@ limitations under the License.
26
26
<maven-release-plugin >2.5.3</maven-release-plugin ><!-- could be 3.0.0-M1 -->
27
27
<maven-compiler-plugin >3.10.1</maven-compiler-plugin >
28
28
<nexus-staging-maven-plugin >1.6.13</nexus-staging-maven-plugin >
29
- <versions-maven-plugin >2.8.1</versions-maven-plugin >
30
29
<maven-gpg-plugin >3.0.1</maven-gpg-plugin >
31
- <pmdVersion >6.45 .0</pmdVersion >
30
+ <pmdVersion >6.53 .0</pmdVersion >
32
31
<skipTests >false</skipTests >
33
32
</properties >
34
33
@@ -188,7 +187,7 @@ limitations under the License.
188
187
<path >
189
188
<groupId >com.google.errorprone</groupId >
190
189
<artifactId >error_prone_core</artifactId >
191
- <version >2.13.1 </version >
190
+ <version >2.18.0 </version >
192
191
</path >
193
192
</annotationProcessorPaths >
194
193
</configuration >
@@ -211,7 +210,7 @@ limitations under the License.
211
210
<dependency >
212
211
<groupId >com.github.spotbugs</groupId >
213
212
<artifactId >spotbugs</artifactId >
214
- <version >4.7.0 </version >
213
+ <version >4.7.3 </version >
215
214
</dependency >
216
215
<dependency >
217
216
<groupId >com.google.cloud.samples</groupId >
@@ -250,7 +249,7 @@ limitations under the License.
250
249
<plugin ><!-- PMD -->
251
250
<groupId >org.apache.maven.plugins</groupId >
252
251
<artifactId >maven-pmd-plugin</artifactId >
253
- <version >3.16 .0</version >
252
+ <version >3.20 .0</version >
254
253
<dependencies >
255
254
<dependency >
256
255
<groupId >net.sourceforge.pmd</groupId >
@@ -311,7 +310,7 @@ limitations under the License.
311
310
<dependency >
312
311
<groupId >com.puppycrawl.tools</groupId >
313
312
<artifactId >checkstyle</artifactId >
314
- <version >10.2 </version >
313
+ <version >10.6.0 </version >
315
314
</dependency >
316
315
</dependencies >
317
316
<executions >
@@ -376,13 +375,13 @@ limitations under the License.
376
375
<dependency >
377
376
<groupId >com.github.spotbugs</groupId >
378
377
<artifactId >spotbugs-annotations</artifactId >
379
- <version >4.7.0 </version >
378
+ <version >4.7.3 </version >
380
379
<optional >true</optional >
381
380
</dependency >
382
381
<dependency >
383
382
<groupId >com.google.cloud</groupId >
384
383
<artifactId >google-cloud-core</artifactId >
385
- <version >2.8.1 </version >
384
+ <version >2.9.4 </version >
386
385
<scope >test</scope >
387
386
<classifier >tests</classifier >
388
387
</dependency >
@@ -393,7 +392,7 @@ limitations under the License.
393
392
<plugin > <!-- Unit Tests -->
394
393
<groupId >org.apache.maven.plugins</groupId >
395
394
<artifactId >maven-surefire-plugin</artifactId >
396
- <version >3.0.0-M6 </version >
395
+ <version >3.0.0-M8 </version >
397
396
<configuration >
398
397
<skipTests >${skipTests} </skipTests >
399
398
<reportNameSuffix >sponge_log</reportNameSuffix >
@@ -404,7 +403,7 @@ limitations under the License.
404
403
<plugin > <!-- FAILSAFE -->
405
404
<groupId >org.apache.maven.plugins</groupId >
406
405
<artifactId >maven-failsafe-plugin</artifactId >
407
- <version >3.0.0-M6 </version >
406
+ <version >3.0.0-M8 </version >
408
407
<executions >
409
408
<execution >
410
409
<goals >
@@ -421,7 +420,7 @@ limitations under the License.
421
420
<plugin > <!-- Versions -->
422
421
<groupId >org.codehaus.mojo</groupId >
423
422
<artifactId >versions-maven-plugin</artifactId >
424
- <version >2.10.0 </version >
423
+ <version >2.14.2 </version >
425
424
</plugin >
426
425
427
426
<plugin > <!-- JACOCO - reporting -->
0 commit comments