|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.apache.httpcomponents</groupId>
|
83 | 83 | <artifactId>httpclient</artifactId>
|
84 |
| - <version>${apache.http.version}</version> |
| 84 | + <version>4.5.12</version> |
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>org.apache.httpcomponents</groupId>
|
88 |
| - <artifactId>fluent-hc</artifactId> |
89 |
| - <version>${apache.http.version}</version> |
| 88 | + <artifactId>httpcore</artifactId> |
| 89 | + <version>4.4.13</version> |
90 | 90 | </dependency>
|
91 | 91 | <dependency>
|
92 | 92 | <groupId>commons-fileupload</groupId>
|
93 | 93 | <artifactId>commons-fileupload</artifactId>
|
94 |
| - <version>1.3.3</version> |
| 94 | + <version>1.4</version> |
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.yaml</groupId>
|
98 | 98 | <artifactId>snakeyaml</artifactId>
|
99 |
| - <version>1.19</version> |
| 99 | + <version>1.26</version> |
100 | 100 | </dependency>
|
101 | 101 | <dependency>
|
102 | 102 | <groupId>com.google.code.gson</groupId>
|
103 | 103 | <artifactId>gson</artifactId>
|
104 |
| - <version>2.8.2</version> |
| 104 | + <version>2.8.6</version> |
105 | 105 | </dependency>
|
106 |
| - |
107 |
| - <!-- override transitive dependency to avoid a vulnerability reported in 2.4 --> |
108 |
| - |
109 | 106 | <dependency>
|
110 | 107 | <groupId>commons-io</groupId>
|
111 | 108 | <artifactId>commons-io</artifactId>
|
112 |
| - <version>2.6</version> |
| 109 | + <version>2.7</version> |
113 | 110 | </dependency>
|
114 | 111 |
|
115 | 112 | <!-- unit test dependencies -->
|
|
123 | 120 | <dependency>
|
124 | 121 | <groupId>com.jayway.jsonpath</groupId>
|
125 | 122 | <artifactId>json-path</artifactId>
|
126 |
| - <version>2.3.0</version> |
| 123 | + <version>2.4.0</version> |
127 | 124 | <scope>test</scope>
|
128 | 125 | </dependency>
|
129 | 126 | <dependency>
|
130 | 127 | <groupId>org.slf4j</groupId>
|
131 | 128 | <artifactId>slf4j-nop</artifactId>
|
132 |
| - <version>1.6.0</version> |
| 129 | + <version>1.6.4</version> |
133 | 130 | <scope>test</scope>
|
134 | 131 | </dependency>
|
135 | 132 | <dependency>
|
136 | 133 | <groupId>org.apache.httpcomponents</groupId>
|
137 | 134 | <artifactId>httpmime</artifactId>
|
138 |
| - <version>${apache.http.version}</version> |
| 135 | + <version>4.5.13</version> |
139 | 136 | </dependency>
|
140 | 137 | <dependency>
|
141 | 138 | <groupId>org.httpunit</groupId>
|
|
0 commit comments