File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 181181 <plugin >
182182 <groupId >org.apache.maven.plugins</groupId >
183183 <artifactId >maven-compiler-plugin</artifactId >
184- <version >3.8.0 </version >
184+ <version >3.8.1 </version >
185185 <configuration >
186186 <source >1.7</source >
187187 <target >1.7</target >
193193 <plugin >
194194 <groupId >org.jacoco</groupId >
195195 <artifactId >jacoco-maven-plugin</artifactId >
196- <version >0.8.3 </version >
196+ <version >0.8.5 </version >
197197 <executions >
198198 <execution >
199199 <id >pre-unit-test</id >
230230 <plugin >
231231 <groupId >org.apache.maven.plugins</groupId >
232232 <artifactId >maven-source-plugin</artifactId >
233- <version >3.0.1 </version >
233+ <version >3.1.0 </version >
234234 <executions >
235235 <execution >
236236 <id >attach-sources</id >
243243 <plugin >
244244 <groupId >org.apache.maven.plugins</groupId >
245245 <artifactId >maven-javadoc-plugin</artifactId >
246- <version >3.1.0 </version >
246+ <version >3.1.1 </version >
247247 <executions >
248248 <execution >
249249 <id >generate-javadoc</id >
You can’t perform that action at this time.
0 commit comments