You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maven-plugin.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ Parameters:
117
117
|**spotbugsRuleset**| String | Relative path to the XML that specifies the bug detectors which should be run. If not set the default file will be used|
118
118
|**spotbugsInclude**| String | Relative path to the XML that specifies the bug instances that will be included in the report. If not set the default file will be used|
119
119
|**spotbugsExclude**| String | Relative path to the XML that specifies the bug instances that will be excluded from the report. If not set the default file will be used|
120
-
|**maven.spotbugs.version**| String | The version of the spotbugs-maven-plugin that will be used (default value is **4.8.3.1**) |
121
-
|**spotbugs.version**| String | The version of SpotBugs that will be used (default value is **4.8.3**) |
120
+
|**maven.spotbugs.version**| String | The version of the spotbugs-maven-plugin that will be used (default value is **4.8.6.2**) |
121
+
|**spotbugs.version**| String | The version of SpotBugs that will be used (default value is **4.8.6**) |
122
122
|**spotbugsPlugins**| List<Dependency> | A list with artifacts that contain additional detectors/patterns for SpotBugs |
123
123
|**findbugs.slf4j.version**| String | The version of the findbugs-slf4j plugin that will be used (default value is **1.5.0**)|
0 commit comments