|
7 | 7 |
|
8 | 8 | <groupId>net.juniper.netconf</groupId> |
9 | 9 | <artifactId>netconf-java</artifactId> |
10 | | - <version>2.1.1.6.3</version> |
| 10 | + <version>2.1.1.7</version> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 |
|
13 | 13 | <properties> |
|
257 | 257 | <groupId>org.projectlombok</groupId> |
258 | 258 | <artifactId>lombok</artifactId> |
259 | 259 | <scope>provided</scope> |
260 | | - <version>1.18.22</version> |
| 260 | + <version>1.18.24</version> |
261 | 261 | </dependency> |
262 | 262 | <dependency> |
263 | 263 | <groupId>org.slf4j</groupId> |
264 | 264 | <artifactId>slf4j-api</artifactId> |
265 | | - <version>1.7.32</version> |
266 | | - </dependency> |
267 | | - <dependency> |
268 | | - <groupId>xalan</groupId> |
269 | | - <artifactId>xalan</artifactId> |
270 | | - <version>2.7.2</version> |
| 265 | + <version>2.0.3</version> |
271 | 266 | </dependency> |
272 | 267 | <dependency> |
273 | 268 | <groupId>org.hamcrest</groupId> |
|
279 | 274 | <groupId>junit</groupId> |
280 | 275 | <artifactId>junit</artifactId> |
281 | 276 | <scope>test</scope> |
282 | | - <version>4.13.1</version> |
| 277 | + <version>4.13.2</version> |
283 | 278 | <exclusions> |
284 | 279 | <exclusion> |
285 | 280 | <groupId>org.hamcrest</groupId> |
|
290 | 285 | <dependency> |
291 | 286 | <groupId>org.assertj</groupId> |
292 | 287 | <artifactId>assertj-core</artifactId> |
293 | | - <version>3.9.0</version> |
| 288 | + <version>3.23.1</version> |
294 | 289 | <scope>test</scope> |
295 | 290 | </dependency> |
296 | 291 |
|
297 | 292 | <dependency> |
298 | 293 | <groupId>org.mockito</groupId> |
299 | 294 | <artifactId>mockito-core</artifactId> |
300 | | - <version>3.11.2</version> |
| 295 | + <version>4.8.1</version> |
301 | 296 | <scope>test</scope> |
302 | 297 | </dependency> |
303 | 298 |
|
304 | 299 | <dependency> |
305 | 300 | <groupId>commons-io</groupId> |
306 | 301 | <artifactId>commons-io</artifactId> |
307 | 302 | <scope>test</scope> |
308 | | - <version>2.7</version> |
| 303 | + <version>2.11.0</version> |
309 | 304 | </dependency> |
310 | 305 |
|
311 | 306 | <dependency> |
312 | 307 | <groupId>com.google.guava</groupId> |
313 | 308 | <artifactId>guava</artifactId> |
314 | | - <version>30.0-jre</version> |
| 309 | + <version>31.1-jre</version> |
315 | 310 | </dependency> |
316 | 311 |
|
317 | 312 | <dependency> |
318 | 313 | <groupId>org.xmlunit</groupId> |
319 | 314 | <artifactId>xmlunit-assertj</artifactId> |
320 | | - <version>2.8.2</version> |
| 315 | + <version>2.9.0</version> |
| 316 | + <scope>test</scope> |
| 317 | + </dependency> |
| 318 | + |
| 319 | + <dependency> |
| 320 | + <groupId>org.slf4j</groupId> |
| 321 | + <artifactId>slf4j-simple</artifactId> |
| 322 | + <version>2.0.3</version> |
321 | 323 | <scope>test</scope> |
322 | 324 | </dependency> |
323 | 325 |
|
|
0 commit comments