Skip to content

Commit 1d04e06

Browse files
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.1 to 4.9.4.2 in /build-caching-maven-samples (#1995)
* Bump com.github.spotbugs:spotbugs-maven-plugin Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.4.1 to 4.9.4.2. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.4.1...spotbugs-maven-plugin-4.9.4.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add support for spotbugs-maven-plugin.chooseVisitors added in version 4.9.4.2 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jerome Prinet <[email protected]>
1 parent d6e29ff commit 1d04e06

File tree

1 file changed

+2
-1
lines changed
  • build-caching-maven-samples/spotbugs-project

1 file changed

+2
-1
lines changed

build-caching-maven-samples/spotbugs-project/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>com.github.spotbugs</groupId>
1717
<artifactId>spotbugs-maven-plugin</artifactId>
18-
<version>4.9.4.1</version>
18+
<version>4.9.4.2</version>
1919
<configuration>
2020
<effort>Max</effort>
2121
<threshold>Low</threshold>
@@ -75,6 +75,7 @@
7575
<property><name>relaxed</name></property>
7676
<property><name>visitors</name></property>
7777
<property><name>omitVisitors</name></property>
78+
<property><name>chooseVisitors</name></property>
7879
<property><name>pluginList</name></property>
7980
<property><name>onlyAnalyze</name></property>
8081
<property><name>nested</name></property>

0 commit comments

Comments
 (0)