Skip to content

Commit 4299801

Browse files
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin (#388)
Bumps the plugins group with 1 update: [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin). Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.2.0 to 4.9.3.0 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.2.0...spotbugs-maven-plugin-4.9.3.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 009c9fe commit 4299801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
743743
<plugin>
744744
<groupId>com.github.spotbugs</groupId>
745745
<artifactId>spotbugs-maven-plugin</artifactId>
746-
<version>4.9.2.0</version>
746+
<version>4.9.3.0</version>
747747
<configuration>
748748
<includeFilterFile>${project.rootdir}/.pipeline/spotbugs.xml</includeFilterFile>
749749
<!-- Exclude generated clients -->

0 commit comments

Comments
 (0)