Skip to content

Commit 78bb224

Browse files
dependabot[bot]baltzell
authored andcommitted
build(deps): bump com.github.spotbugs:spotbugs-maven-plugin
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.3 to 4.8.6.4. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.3...spotbugs-maven-plugin-4.8.6.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a56261 commit 78bb224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-tools/cnuphys/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>com.github.spotbugs</groupId>
4040
<artifactId>spotbugs-maven-plugin</artifactId>
41-
<version>4.8.6.3</version>
41+
<version>4.8.6.4</version>
4242
<configuration>
4343
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
4444
</configuration>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>com.github.spotbugs</groupId>
6464
<artifactId>spotbugs-maven-plugin</artifactId>
65-
<version>4.8.6.3</version>
65+
<version>4.8.6.4</version>
6666
<configuration>
6767
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
6868
</configuration>

0 commit comments

Comments
 (0)