|
213 | 213 | <dependency> |
214 | 214 | <groupId>org.mockito</groupId> |
215 | 215 | <artifactId>mockito-core</artifactId> |
216 | | - <version>5.14.2</version> |
| 216 | + <version>5.23.0</version> |
217 | 217 | <scope>test</scope> |
218 | 218 | </dependency> |
219 | 219 | <dependency> |
220 | 220 | <groupId>org.mockito</groupId> |
221 | 221 | <artifactId>mockito-junit-jupiter</artifactId> |
222 | | - <version>5.14.2</version> |
| 222 | + <version>5.23.0</version> |
223 | 223 | <scope>test</scope> |
224 | 224 | </dependency> |
225 | | - <dependency> |
226 | | - <groupId>org.mockito</groupId> |
227 | | - <artifactId>mockito-inline</artifactId> |
228 | | - <version>5.2.0</version> |
229 | | - <scope>test</scope> |
230 | | - </dependency> |
231 | | - <dependency> |
| 225 | +<dependency> |
232 | 226 | <groupId>org.assertj</groupId> |
233 | 227 | <artifactId>assertj-core</artifactId> |
234 | 228 | <version>3.27.3</version> |
|
243 | 237 | <dependency> |
244 | 238 | <groupId>org.eclipse.jetty</groupId> |
245 | 239 | <artifactId>jetty-server</artifactId> |
246 | | - <version>11.0.25</version> |
| 240 | + <version>11.0.26</version> |
247 | 241 | </dependency> |
248 | 242 | <dependency> |
249 | 243 | <groupId>org.eclipse.jetty</groupId> |
250 | 244 | <artifactId>jetty-servlet</artifactId> |
251 | | - <version>11.0.25</version> |
| 245 | + <version>11.0.26</version> |
252 | 246 | </dependency> |
253 | 247 | <dependency> |
254 | 248 | <groupId>org.eclipse.jetty</groupId> |
255 | 249 | <artifactId>jetty-proxy</artifactId> |
256 | | - <version>11.0.25</version> |
| 250 | + <version>11.0.26</version> |
257 | 251 | </dependency> |
258 | 252 | <dependency> |
259 | 253 | <groupId>org.eclipse.jetty</groupId> |
260 | 254 | <artifactId>jetty-servlets</artifactId> |
261 | | - <version>11.0.25</version> |
| 255 | + <version>11.0.26</version> |
262 | 256 | <type>jar</type> |
263 | 257 | </dependency> |
264 | 258 | <dependency> |
|
269 | 263 | <dependency> |
270 | 264 | <groupId>commons-cli</groupId> |
271 | 265 | <artifactId>commons-cli</artifactId> |
272 | | - <version>1.9.0</version> |
| 266 | + <version>1.11.0</version> |
273 | 267 | </dependency> |
274 | 268 | <dependency> |
275 | 269 | <groupId>com.fasterxml.jackson.core</groupId> |
|
284 | 278 | <dependency> |
285 | 279 | <groupId>ch.qos.logback</groupId> |
286 | 280 | <artifactId>logback-classic</artifactId> |
287 | | - <version>1.5.25</version> |
| 281 | + <version>1.5.32</version> |
288 | 282 | </dependency> |
289 | 283 |
|
290 | 284 | <dependency> |
291 | 285 | <groupId>ch.qos.logback</groupId> |
292 | 286 | <artifactId>logback-core</artifactId> |
293 | | - <version>1.5.25</version> |
| 287 | + <version>1.5.32</version> |
294 | 288 | </dependency> |
295 | 289 | <dependency> |
296 | 290 | <groupId>com.github.mwiede</groupId> |
297 | 291 | <artifactId>jsch</artifactId> |
298 | | - <version>2.27.3</version> |
| 292 | + <version>2.27.9</version> |
299 | 293 | </dependency> |
300 | 294 | </dependencies> |
301 | 295 | </project> |
0 commit comments