Skip to content

Commit 5b66394

Browse files
build(deps): bump com.github.spotbugs:spotbugs-maven-plugin (#687)
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.5.0 to 4.9.7.0. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.5.0...spotbugs-maven-plugin-4.9.7.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.7.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c0386c commit 5b66394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/SilkSpawners/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<plugin>
337337
<groupId>com.github.spotbugs</groupId>
338338
<artifactId>spotbugs-maven-plugin</artifactId>
339-
<version>4.9.5.0</version>
339+
<version>4.9.7.0</version>
340340
<configuration>
341341
<effort>Max</effort>
342342
<threshold>Low</threshold>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>com.github.spotbugs</groupId>
112112
<artifactId>spotbugs-maven-plugin</artifactId>
113-
<version>4.9.5.0</version>
113+
<version>4.9.7.0</version>
114114
<configuration>
115115
<effort>Max</effort>
116116
<threshold>Low</threshold>

0 commit comments

Comments
 (0)