@@ -26,9 +26,8 @@ limitations under the License.
2626 <maven-release-plugin >2.5.3</maven-release-plugin ><!-- could be 3.0.0-M1 -->
2727 <maven-compiler-plugin >3.10.1</maven-compiler-plugin >
2828 <nexus-staging-maven-plugin >1.6.13</nexus-staging-maven-plugin >
29- <versions-maven-plugin >2.8.1</versions-maven-plugin >
3029 <maven-gpg-plugin >3.0.1</maven-gpg-plugin >
31- <pmdVersion >6.45 .0</pmdVersion >
30+ <pmdVersion >6.53 .0</pmdVersion >
3231 <skipTests >false</skipTests >
3332 </properties >
3433
@@ -188,7 +187,7 @@ limitations under the License.
188187 <path >
189188 <groupId >com.google.errorprone</groupId >
190189 <artifactId >error_prone_core</artifactId >
191- <version >2.13.1 </version >
190+ <version >2.18.0 </version >
192191 </path >
193192 </annotationProcessorPaths >
194193 </configuration >
@@ -211,7 +210,7 @@ limitations under the License.
211210 <dependency >
212211 <groupId >com.github.spotbugs</groupId >
213212 <artifactId >spotbugs</artifactId >
214- <version >4.7.0 </version >
213+ <version >4.7.3 </version >
215214 </dependency >
216215 <dependency >
217216 <groupId >com.google.cloud.samples</groupId >
@@ -250,7 +249,7 @@ limitations under the License.
250249 <plugin ><!-- PMD -->
251250 <groupId >org.apache.maven.plugins</groupId >
252251 <artifactId >maven-pmd-plugin</artifactId >
253- <version >3.16 .0</version >
252+ <version >3.20 .0</version >
254253 <dependencies >
255254 <dependency >
256255 <groupId >net.sourceforge.pmd</groupId >
@@ -311,7 +310,7 @@ limitations under the License.
311310 <dependency >
312311 <groupId >com.puppycrawl.tools</groupId >
313312 <artifactId >checkstyle</artifactId >
314- <version >10.2 </version >
313+ <version >10.6.0 </version >
315314 </dependency >
316315 </dependencies >
317316 <executions >
@@ -376,13 +375,13 @@ limitations under the License.
376375 <dependency >
377376 <groupId >com.github.spotbugs</groupId >
378377 <artifactId >spotbugs-annotations</artifactId >
379- <version >4.7.0 </version >
378+ <version >4.7.3 </version >
380379 <optional >true</optional >
381380 </dependency >
382381 <dependency >
383382 <groupId >com.google.cloud</groupId >
384383 <artifactId >google-cloud-core</artifactId >
385- <version >2.8.1 </version >
384+ <version >2.9.4 </version >
386385 <scope >test</scope >
387386 <classifier >tests</classifier >
388387 </dependency >
@@ -393,7 +392,7 @@ limitations under the License.
393392 <plugin > <!-- Unit Tests -->
394393 <groupId >org.apache.maven.plugins</groupId >
395394 <artifactId >maven-surefire-plugin</artifactId >
396- <version >3.0.0-M6 </version >
395+ <version >3.0.0-M8 </version >
397396 <configuration >
398397 <skipTests >${skipTests} </skipTests >
399398 <reportNameSuffix >sponge_log</reportNameSuffix >
@@ -404,7 +403,7 @@ limitations under the License.
404403 <plugin > <!-- FAILSAFE -->
405404 <groupId >org.apache.maven.plugins</groupId >
406405 <artifactId >maven-failsafe-plugin</artifactId >
407- <version >3.0.0-M6 </version >
406+ <version >3.0.0-M8 </version >
408407 <executions >
409408 <execution >
410409 <goals >
@@ -421,7 +420,7 @@ limitations under the License.
421420 <plugin > <!-- Versions -->
422421 <groupId >org.codehaus.mojo</groupId >
423422 <artifactId >versions-maven-plugin</artifactId >
424- <version >2.10.0 </version >
423+ <version >2.14.2 </version >
425424 </plugin >
426425
427426 <plugin > <!-- JACOCO - reporting -->
0 commit comments