Skip to content

Commit 2b2267c

Browse files
committed
Update Maven plugins.
- maven-javadoc-plugin 3.2.0 -> 3.3.1. - commons.jacoco.version 0.8.5 -> 0.8.7. - commons.surefire.version 2.21.1 -> 3.0.0-M5.
1 parent 4e8b3a2 commit 2b2267c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
<commons.encoding>utf-8</commons.encoding>
208208
<commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
209209
<commons.checkstyle.impl.version>9.0</commons.checkstyle.impl.version>
210+
<commons.javadoc.version>3.3.1</commons.javadoc.version>
211+
<commons.jacoco.version>0.8.7</commons.jacoco.version>
212+
<commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version>
213+
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
210214
</properties>
211215

212216
<build>

0 commit comments

Comments
 (0)