File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8383 <plugin >
8484 <groupId >org.apache.maven.plugins</groupId >
8585 <artifactId >maven-compiler-plugin</artifactId >
86- <version >3.5.1 </version >
86+ <version >3.6.0 </version >
8787 <configuration >
8888 <source >${targetJdk} </source >
8989 <target >${targetJdk} </target >
178178 <dependency >
179179 <groupId >org.tukaani</groupId >
180180 <artifactId >xz</artifactId >
181- <version >1.5 </version >
181+ <version >1.6 </version >
182182 </dependency >
183183
184184 <dependency >
216216 <dependency >
217217 <groupId >com.fasterxml.jackson.core</groupId >
218218 <artifactId >jackson-core</artifactId >
219- <version >2.8.4 </version >
219+ <version >2.8.5 </version >
220220 </dependency >
221221
222222 <dependency >
223223 <groupId >com.fasterxml.jackson.core</groupId >
224224 <artifactId >jackson-databind</artifactId >
225- <version >2.8.4 </version >
225+ <version >2.8.5 </version >
226226 </dependency >
227227
228228 <dependency >
229229 <groupId >org.mockito</groupId >
230230 <artifactId >mockito-core</artifactId >
231- <version >2.2.7 </version >
231+ <version >2.5.5 </version >
232232 <scope >test</scope >
233233 </dependency >
234234
You can’t perform that action at this time.
0 commit comments