Skip to content

Commit 076132d

Browse files
chore: [DevOps] bump the plugins group with 2 updates (#847)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 426becf commit 076132d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
899899
<plugin>
900900
<groupId>com.github.spotbugs</groupId>
901901
<artifactId>spotbugs-maven-plugin</artifactId>
902-
<version>4.9.3.0</version>
902+
<version>4.9.3.2</version>
903903
<configuration>
904904
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
905905
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>
@@ -911,7 +911,7 @@
911911
<plugin>
912912
<groupId>org.apache.maven.plugins</groupId>
913913
<artifactId>maven-pmd-plugin</artifactId>
914-
<version>3.26.0</version>
914+
<version>3.27.0</version>
915915
<configuration>
916916
<rulesets>
917917
<ruleset>${project.rootdir}/codestyle/pmd.xml</ruleset>

0 commit comments

Comments
 (0)