Skip to content

Commit 2f09be8

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-6
2 parents bd648a2 + a5d2a39 commit 2f09be8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</plugin>
221221
<plugin>
222222
<artifactId>maven-pmd-plugin</artifactId>
223-
<version>3.27.0</version>
223+
<version>3.28.0</version>
224224
</plugin>
225225
<plugin>
226226
<artifactId>maven-enforcer-plugin</artifactId>
@@ -234,17 +234,17 @@
234234
<plugin>
235235
<groupId>org.jacoco</groupId>
236236
<artifactId>jacoco-maven-plugin</artifactId>
237-
<version>0.8.13</version>
237+
<version>0.8.14</version>
238238
</plugin>
239239
<plugin>
240240
<groupId>org.pitest</groupId>
241241
<artifactId>pitest-maven</artifactId>
242-
<version>1.20.3</version>
242+
<version>1.21.0</version>
243243
</plugin>
244244
<plugin>
245245
<groupId>com.github.spotbugs</groupId>
246246
<artifactId>spotbugs-maven-plugin</artifactId>
247-
<version>4.9.6.0</version>
247+
<version>4.9.8.1</version>
248248
</plugin>
249249
</plugins>
250250
</pluginManagement>

0 commit comments

Comments
 (0)