We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80a3aa8 + 873dd97 commit d0fd391Copy full SHA for d0fd391
1 file changed
pom.xml
@@ -112,14 +112,14 @@
112
<dependency>
113
<groupId>com.puppycrawl.tools</groupId>
114
<artifactId>checkstyle</artifactId>
115
- <version>12.0.1</version>
+ <version>12.1.0</version>
116
</dependency>
117
</dependencies>
118
</plugin>
119
<plugin>
120
<groupId>com.github.spotbugs</groupId>
121
<artifactId>spotbugs-maven-plugin</artifactId>
122
- <version>4.9.7.0</version>
+ <version>4.9.8.1</version>
123
<configuration>
124
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
125
<includeTests>true</includeTests>
0 commit comments