We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426becf commit 076132dCopy full SHA for 076132d
1 file changed
pom.xml
@@ -899,7 +899,7 @@
899
<plugin>
900
<groupId>com.github.spotbugs</groupId>
901
<artifactId>spotbugs-maven-plugin</artifactId>
902
- <version>4.9.3.0</version>
+ <version>4.9.3.2</version>
903
<configuration>
904
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
905
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>
@@ -911,7 +911,7 @@
911
912
<groupId>org.apache.maven.plugins</groupId>
913
<artifactId>maven-pmd-plugin</artifactId>
914
- <version>3.26.0</version>
+ <version>3.27.0</version>
915
916
<rulesets>
917
<ruleset>${project.rootdir}/codestyle/pmd.xml</ruleset>
0 commit comments