We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffbc68d + 5e9d1dc commit 8108252Copy full SHA for 8108252
pom.xml
@@ -125,7 +125,7 @@
125
<dependency>
126
<groupId>com.puppycrawl.tools</groupId>
127
<artifactId>checkstyle</artifactId>
128
- <version>10.18.2</version>
+ <version>10.19.0</version>
129
</dependency>
130
</dependencies>
131
</plugin>
@@ -153,7 +153,7 @@
153
<plugin>
154
<groupId>org.apache.maven.plugins</groupId>
155
<artifactId>maven-pmd-plugin</artifactId>
156
- <version>3.25.0</version>
+ <version>3.26.0</version>
157
<configuration>
158
<printFailingErrors>true</printFailingErrors>
159
<includeTests>true</includeTests>
0 commit comments