This repository was archived by the owner on Jul 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9898 <dependency >
9999 <groupId >com.fasterxml.jackson.core</groupId >
100100 <artifactId >jackson-databind</artifactId >
101- <version >2.6.7 </version >
101+ <version >2.8.1 </version >
102102 </dependency >
103103
104104 <dependency >
124124 <dependency >
125125 <groupId >cglib</groupId >
126126 <artifactId >cglib-nodep</artifactId >
127- <version >3.2.2 </version >
127+ <version >3.2.4 </version >
128128 <scope >test</scope >
129129 </dependency >
130130
265265 <plugin >
266266 <groupId >org.apache.maven.plugins</groupId >
267267 <artifactId >maven-jar-plugin</artifactId >
268- <version >3.0.0 </version >
268+ <version >3.0.2 </version >
269269 <configuration >
270270 <archive >
271271 <manifest >
293293 <plugin >
294294 <groupId >org.codehaus.mojo</groupId >
295295 <artifactId >build-helper-maven-plugin</artifactId >
296- <version >1.10 </version >
296+ <version >1.11 </version >
297297 <executions >
298298 <execution >
299299 <id >add-test-source</id >
313313 <plugin >
314314 <groupId >org.jacoco</groupId >
315315 <artifactId >jacoco-maven-plugin</artifactId >
316- <version >0.7.6.201602180812 </version >
316+ <version >0.7.7.201606060606 </version >
317317 <configuration >
318318 <dataFile >${project.build.directory} /coverage-reports/jacoco.exec</dataFile >
319319 <destFile >${project.build.directory} /coverage-reports/jacoco.exec</destFile >
348348
349349 <plugin >
350350 <artifactId >maven-source-plugin</artifactId >
351- <version >3.0.0 </version >
351+ <version >3.0.1 </version >
352352 <executions >
353353 <execution >
354354 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments