|
4 | 4 | <groupId>net.sourceforge.htmlunit</groupId>
|
5 | 5 | <artifactId>htmlunit-android</artifactId>
|
6 | 6 | <name>HtmlUnitAndroid</name>
|
7 |
| - <version>2.58.0</version> |
| 7 | + <version>2.62.0-SNAPSHOT</version> |
8 | 8 | <description>A headless browser intended for use in testing web-based applications packaged for android.</description>
|
9 | 9 | <url>http://htmlunit.sourceforge.net</url>
|
10 | 10 | <issueManagement>
|
|
66 | 66 | <artifactSet>
|
67 | 67 | <excludes>
|
68 | 68 | <exclude>org.apache.commons:*</exclude>
|
69 |
| - <exclude>commons-codec:commons-codec</exclude> |
70 | 69 | <exclude>commons-io:*</exclude>
|
71 | 70 | <exclude>commons-logging:*</exclude>
|
72 | 71 | <exclude>commons-net:*</exclude>
|
|
214 | 213 | <version>3.8.0</version>
|
215 | 214 | <scope>compile</scope>
|
216 | 215 | </dependency>
|
217 |
| - <dependency> |
218 |
| - <groupId>commons-codec</groupId> |
219 |
| - <artifactId>commons-codec</artifactId> |
220 |
| - <version>1.15</version> |
221 |
| - <scope>compile</scope> |
222 |
| - </dependency> |
223 | 216 | <dependency>
|
224 | 217 | <groupId>org.brotli</groupId>
|
225 | 218 | <artifactId>dec</artifactId>
|
|
241 | 234 | <dependency>
|
242 | 235 | <groupId>org.eclipse.jetty.websocket</groupId>
|
243 | 236 | <artifactId>websocket-client</artifactId>
|
244 |
| - <version>9.4.45.v20220203</version> |
| 237 | + <version>9.4.46.v20220331</version> |
245 | 238 | <scope>compile</scope>
|
246 | 239 | </dependency>
|
247 | 240 | </dependencies>
|
|
261 | 254 | </site>
|
262 | 255 | </distributionManagement>
|
263 | 256 | <properties>
|
264 |
| - <jetty.version>9.4.45.v20220203</jetty.version> |
265 |
| - <htmlunit.version>2.58.0</htmlunit.version> |
| 257 | + <jetty.version>9.4.46.v20220331</jetty.version> |
| 258 | + <htmlunit.version>2.62.0</htmlunit.version> |
266 | 259 | <maven.compiler.source>8</maven.compiler.source>
|
267 | 260 | <additionalparam>-Xdoclint:none</additionalparam>
|
268 | 261 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
0 commit comments