|
16 | 16 | <dependency> |
17 | 17 | <groupId>com.fasterxml.jackson.core</groupId> |
18 | 18 | <artifactId>jackson-core</artifactId> |
19 | | - <version>2.13.0</version> |
| 19 | + <version>2.20.1</version> |
20 | 20 | </dependency> |
21 | 21 |
|
22 | 22 | <dependency> |
23 | 23 | <groupId>com.fasterxml.jackson.core</groupId> |
24 | 24 | <artifactId>jackson-databind</artifactId> |
25 | | - <version>2.13.4.2</version> |
| 25 | + <version>2.20.1</version> |
26 | 26 | </dependency> |
27 | 27 |
|
28 | 28 | <dependency> |
|
40 | 40 | <dependency> |
41 | 41 | <groupId>org.apache.commons</groupId> |
42 | 42 | <artifactId>commons-exec</artifactId> |
43 | | - <version>1.3</version> |
| 43 | + <version>1.6.0</version> |
44 | 44 | </dependency> |
45 | 45 |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.apache.httpcomponents</groupId> |
48 | 48 | <artifactId>httpclient</artifactId> |
49 | | - <version>4.5.13</version> |
| 49 | + <version>4.5.14</version> |
50 | 50 | </dependency> |
51 | 51 |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>org.codehaus.plexus</groupId> |
54 | 54 | <artifactId>plexus-utils</artifactId> |
55 | | - <version>4.0.0</version> |
| 55 | + <version>4.0.2</version> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 | <dependency> |
59 | 59 | <groupId>org.slf4j</groupId> |
60 | 60 | <artifactId>slf4j-api</artifactId> |
61 | | - <version>1.7.5</version> |
| 61 | + <version>2.0.17</version> |
62 | 62 | </dependency> |
63 | 63 |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>org.junit.jupiter</groupId> |
66 | 66 | <artifactId>junit-jupiter-engine</artifactId> |
67 | | - <version>5.8.1</version> |
| 67 | + <version>6.0.1</version> |
68 | 68 | <scope>test</scope> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.hamcrest</groupId> |
72 | 72 | <artifactId>hamcrest</artifactId> |
73 | | - <version>2.2</version> |
| 73 | + <version>3.0</version> |
74 | 74 | <scope>test</scope> |
75 | 75 | </dependency> |
76 | 76 | </dependencies> |
|
0 commit comments