Skip to content

Commit a771484

Browse files
Dependency(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.4.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.8.4.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fd8da0 commit a771484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artemis-java-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>com.github.spotbugs</groupId>
311311
<artifactId>spotbugs-maven-plugin</artifactId>
312-
<version>4.8.4.0</version>
312+
<version>4.9.7.0</version>
313313
<configuration>
314314
<!-- Do not analyze the files in the test directory -->
315315
<includeTests>${analyzeTests}</includeTests>

0 commit comments

Comments
 (0)