We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaa08a commit d66bee0Copy full SHA for d66bee0
pom.xml
@@ -310,7 +310,7 @@
310
<dependency>
311
<groupId>com.puppycrawl.tools</groupId>
312
<artifactId>checkstyle</artifactId>
313
- <version>10.10.0</version>
+ <version>10.11.0</version>
314
</dependency>
315
</dependencies>
316
</plugin>
@@ -466,7 +466,7 @@
466
<plugin>
467
<groupId>org.codehaus.mojo</groupId>
468
<artifactId>license-maven-plugin</artifactId>
469
- <version>2.0.0</version>
+ <version>2.0.1</version>
470
<executions>
471
<execution>
472
<id>download-licenses</id>
@@ -528,7 +528,7 @@
528
529
<groupId>org.jacoco</groupId>
530
<artifactId>jacoco-maven-plugin</artifactId>
531
- <version>0.8.9</version>
+ <version>0.8.10</version>
532
<reportSets>
533
<reportSet>
534
<reports>
0 commit comments