Skip to content

Commit acaa08a

Browse files
committed
Version bumps
1 parent 3b32285 commit acaa08a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.apache.maven.plugins</groupId>
291291
<artifactId>maven-checkstyle-plugin</artifactId>
292-
<version>3.2.1</version>
292+
<version>3.2.2</version>
293293
<configuration>
294294
<configLocation>${basedir}/checkstyle.xml</configLocation>
295295
<encoding>UTF-8</encoding>
@@ -368,7 +368,7 @@
368368
<plugin>
369369
<groupId>org.jacoco</groupId>
370370
<artifactId>jacoco-maven-plugin</artifactId>
371-
<version>0.8.9</version>
371+
<version>0.8.10</version>
372372
<configuration>
373373
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
374374
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
@@ -517,7 +517,7 @@
517517
<plugin>
518518
<groupId>org.apache.maven.plugins</groupId>
519519
<artifactId>maven-project-info-reports-plugin</artifactId>
520-
<version>3.4.2</version>
520+
<version>3.4.3</version>
521521
</plugin>
522522

523523
</plugins>

0 commit comments

Comments
 (0)