blob: b9483cfe9f6d91494d25259226cb27bdad2ebaf6 [file] [log] [blame]
Joey Armstrongab04e262023-06-13 14:32:35 -04001.. _dependencies-update-maven-plugins:
2
3Update Maven plugin versions for security, bugs, logs, etc
4==========================================================
5
6`spotbugs-maven-plugin <https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-maven-plugin>`_
7-------------------------------------------------------------------------------------------------------
8
9.. code:: XML
10
11 <!-- SpotBugs Static Analysis -->
12 <groupId>com.github.spotbugs</groupId>
13 <artifactId>spotbugs-maven-plugin</artifactId>
14 <version>4.7.3.4</version>
15
16`findsecbugs-plugin <https://mvnrepository.com/artifact/com.h3xstream.findsecbugs/findsecbugs-plugin>`_
17-------------------------------------------------------------------------------------------------------
18
19.. code:: XML
20
21 <groupId>com.h3xstream.findsecbugs</groupId>
22 <artifactId>findsecbugs-plugin</artifactId>
23 <version>1.12.0</version>
24
25`slf4j-api <https://mvnrepository.com/artifact/org.slf4j/slf4j-api>`_
26---------------------------------------------------------------------
27
28.. code:: XML
29
30 <groupId>org.slf4j</groupId>
31 <artifactId>slf4j-api</artifactId>
32 <version>2.0.7</version>
33
34`mockito-all <https://mvnrepository.com/artifact/org.mockito/mockito-all>`_
35---------------------------------------------------------------------------
36
37.. code:: XML
38
39 <groupId>org.mockito</groupId>
40 <artifactId>mockito-all</artifactId>
41 <version>1.10.19</version>