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 83
83
<plugin >
84
84
<groupId >org.apache.maven.plugins</groupId >
85
85
<artifactId >maven-compiler-plugin</artifactId >
86
- <version >3.5.1 </version >
86
+ <version >3.6.0 </version >
87
87
<configuration >
88
88
<source >${targetJdk} </source >
89
89
<target >${targetJdk} </target >
178
178
<dependency >
179
179
<groupId >org.tukaani</groupId >
180
180
<artifactId >xz</artifactId >
181
- <version >1.5 </version >
181
+ <version >1.6 </version >
182
182
</dependency >
183
183
184
184
<dependency >
216
216
<dependency >
217
217
<groupId >com.fasterxml.jackson.core</groupId >
218
218
<artifactId >jackson-core</artifactId >
219
- <version >2.8.4 </version >
219
+ <version >2.8.5 </version >
220
220
</dependency >
221
221
222
222
<dependency >
223
223
<groupId >com.fasterxml.jackson.core</groupId >
224
224
<artifactId >jackson-databind</artifactId >
225
- <version >2.8.4 </version >
225
+ <version >2.8.5 </version >
226
226
</dependency >
227
227
228
228
<dependency >
229
229
<groupId >org.mockito</groupId >
230
230
<artifactId >mockito-core</artifactId >
231
- <version >2.2.7 </version >
231
+ <version >2.5.5 </version >
232
232
<scope >test</scope >
233
233
</dependency >
234
234
You can’t perform that action at this time.
0 commit comments