File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 135
135
<dependency >
136
136
<groupId >org.apache.commons</groupId >
137
137
<artifactId >commons-csv</artifactId >
138
- <version >1.6 </version >
138
+ <version >1.7 </version >
139
139
</dependency >
140
140
<dependency >
141
141
<groupId >org.apache.commons</groupId >
150
150
<dependency >
151
151
<groupId >org.apache.httpcomponents</groupId >
152
152
<artifactId >httpclient</artifactId >
153
- <version >4.5.8 </version >
153
+ <version >4.5.9 </version >
154
154
</dependency >
155
155
<dependency >
156
156
<groupId >log4j</groupId >
Original file line number Diff line number Diff line change 17
17
18
18
<properties >
19
19
<project .root.basedir>${project.basedir} /..</project .root.basedir>
20
- <tomcat .version>9.0.20 </tomcat .version>
20
+ <tomcat .version>9.0.21 </tomcat .version>
21
21
</properties >
22
22
23
23
<build >
Original file line number Diff line number Diff line change 172
172
<dependency >
173
173
<groupId >com.puppycrawl.tools</groupId >
174
174
<artifactId >checkstyle</artifactId >
175
- <version >8.20 </version >
175
+ <version >8.21 </version >
176
176
</dependency >
177
177
</dependencies >
178
178
<executions >
305
305
<dependency >
306
306
<groupId >org.mockito</groupId >
307
307
<artifactId >mockito-core</artifactId >
308
- <version >2.27.0 </version >
308
+ <version >2.28.2 </version >
309
309
<scope >test</scope >
310
310
</dependency >
311
311
<dependency >
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.bouncycastle</groupId >
47
47
<artifactId >bcpkix-jdk15on</artifactId >
48
- <version >1.61 </version >
48
+ <version >1.62 </version >
49
49
</dependency >
50
50
51
51
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 207
207
<dependency >
208
208
<groupId >org.apache.commons</groupId >
209
209
<artifactId >commons-csv</artifactId >
210
- <version >1.6 </version >
210
+ <version >1.7 </version >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >commons-fileupload</groupId >
232
232
<dependency >
233
233
<groupId >org.apache.httpcomponents</groupId >
234
234
<artifactId >httpclient</artifactId >
235
- <version >4.5.8 </version >
235
+ <version >4.5.9 </version >
236
236
</dependency >
237
237
<dependency >
238
238
<groupId >org.graylog2</groupId >
257
257
<dependency >
258
258
<groupId >org.bouncycastle</groupId >
259
259
<artifactId >bcprov-jdk15on</artifactId >
260
- <version >1.61 </version >
260
+ <version >1.62 </version >
261
261
</dependency >
262
262
<dependency >
263
263
<groupId >org.bouncycastle</groupId >
264
264
<artifactId >bcpkix-jdk15on</artifactId >
265
- <version >1.61 </version >
265
+ <version >1.62 </version >
266
266
</dependency >
267
267
<dependency >
268
268
<groupId >jaxen</groupId >
You can’t perform that action at this time.
0 commit comments