We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf7134 commit 90a1829Copy full SHA for 90a1829
pom.xml
@@ -51,6 +51,12 @@
51
52
<build>
53
<plugins>
54
+ <!-- check for updates with mvn versions:display-dependency-updates -->
55
+ <plugin>
56
+ <groupId>org.codehaus.mojo</groupId>
57
+ <artifactId>versions-maven-plugin</artifactId>
58
+ <version>2.7</version>
59
+ </plugin>
60
<plugin>
61
<groupId>org.apache.maven.plugins</groupId>
62
<artifactId>maven-surefire-plugin</artifactId>
@@ -71,7 +77,7 @@
71
77
<dependency>
72
78
<groupId>com.puppycrawl.tools</groupId>
73
79
<artifactId>checkstyle</artifactId>
74
- <version>8.11</version>
80
+ <version>8.16</version>
75
81
</dependency>
76
82
</dependencies>
83
</plugin>
0 commit comments