|
184 | 184 | <scope>test</scope>
|
185 | 185 | <groupId>com.google.guava</groupId>
|
186 | 186 | <artifactId>guava</artifactId>
|
187 |
| - <version>22.0-android</version> |
| 187 | + <version>33.0.0-jre</version> |
188 | 188 | </dependency>
|
189 | 189 | <dependency>
|
190 | 190 | <scope>test</scope>
|
191 | 191 | <groupId>commons-codec</groupId>
|
192 | 192 | <artifactId>commons-codec</artifactId>
|
193 |
| - <version>1.10</version> |
| 193 | + <version>1.16.0</version> |
194 | 194 | </dependency>
|
195 | 195 | <dependency>
|
196 | 196 | <scope>test</scope>
|
197 | 197 | <groupId>commons-io</groupId>
|
198 | 198 | <artifactId>commons-io</artifactId>
|
199 |
| - <version>2.5</version> |
| 199 | + <version>2.15.1</version> |
200 | 200 | </dependency>
|
201 | 201 | <dependency>
|
202 | 202 | <scope>test</scope>
|
|
208 | 208 | <scope>test</scope>
|
209 | 209 | <groupId>javax.servlet</groupId>
|
210 | 210 | <artifactId>javax.servlet-api</artifactId>
|
211 |
| - <version>3.1.0</version> |
| 211 | + <version>4.0.1</version> |
212 | 212 | </dependency>
|
213 | 213 | <dependency>
|
214 | 214 | <scope>test</scope>
|
215 | 215 | <groupId>javax.servlet.jsp</groupId>
|
216 | 216 | <artifactId>javax.servlet.jsp-api</artifactId>
|
217 |
| - <version>2.3.1</version> |
| 217 | + <version>2.3.3</version> |
218 | 218 | </dependency>
|
219 | 219 | <dependency>
|
220 | 220 | <scope>test</scope>
|
|
226 | 226 | <scope>test</scope>
|
227 | 227 | <groupId>junit</groupId>
|
228 | 228 | <artifactId>junit</artifactId>
|
229 |
| - <version>4.12</version> |
| 229 | + <version>4.13.2</version> |
230 | 230 | </dependency>
|
231 | 231 | <dependency>
|
232 | 232 | <scope>test</scope>
|
|
238 | 238 | <scope>test</scope>
|
239 | 239 | <groupId>org.apache.commons</groupId>
|
240 | 240 | <artifactId>commons-lang3</artifactId>
|
241 |
| - <version>3.6</version> |
| 241 | + <version>4.4</version> |
242 | 242 | </dependency>
|
243 | 243 | <dependency>
|
244 | 244 | <scope>test</scope>
|
|
262 | 262 | <scope>test</scope>
|
263 | 263 | <groupId>org.slf4j</groupId>
|
264 | 264 | <artifactId>slf4j-api</artifactId>
|
265 |
| - <version>1.7.25</version> |
| 265 | + <version>2.0.9</version> |
266 | 266 | </dependency>
|
267 | 267 | <dependency>
|
268 | 268 | <scope>test</scope>
|
|
0 commit comments