File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 3838
3939 <build >
4040 <plugins >
41+ <!-- check for updates with mvn versions:display-dependency-updates -->
42+ <plugin >
43+ <groupId >org.codehaus.mojo</groupId >
44+ <artifactId >versions-maven-plugin</artifactId >
45+ <version >2.7</version >
46+ </plugin >
4147 <plugin >
4248 <groupId >org.apache.maven.plugins</groupId >
4349 <artifactId >maven-checkstyle-plugin</artifactId >
4955 <dependency >
5056 <groupId >com.puppycrawl.tools</groupId >
5157 <artifactId >checkstyle</artifactId >
52- <version >8.11 </version >
58+ <version >8.16 </version >
5359 </dependency >
5460 </dependencies >
5561 </plugin >
128134 <plugin >
129135 <groupId >org.jacoco</groupId >
130136 <artifactId >jacoco-maven-plugin</artifactId >
131- <version >0.8.1 </version >
137+ <version >0.8.3 </version >
132138 <executions >
133139 <execution >
134140 <id >prepare-agent</id >
146152 <plugin >
147153 <groupId >org.apache.maven.plugins</groupId >
148154 <artifactId >maven-jarsigner-plugin</artifactId >
149- <version >1.4 </version >
155+ <version >3.0.0 </version >
150156 <executions >
151157 <execution >
152158 <id >sign</id >
166172 <plugin >
167173 <groupId >net.nicoulaj.maven.plugins</groupId >
168174 <artifactId >checksum-maven-plugin</artifactId >
169- <version >1.6 </version >
175+ <version >1.8 </version >
170176 <executions >
171177 <execution >
172178 <goals >
198204 <dependency >
199205 <groupId >org.apache.commons</groupId >
200206 <artifactId >commons-lang3</artifactId >
201- <version >3.7 </version >
207+ <version >3.8.1 </version >
202208 <scope >test</scope >
203209 </dependency >
204210 <dependency >
210216 <dependency >
211217 <groupId >at.favre.lib</groupId >
212218 <artifactId >bytes</artifactId >
213- <version >0.4.6 </version >
219+ <version >0.8.0 </version >
214220 <scope >test</scope >
215221 </dependency >
216222 </dependencies >
You can’t perform that action at this time.
0 commit comments