skrapeit/skrape.it

[BUG] Outdated htmlunit library

gdebellis opened this issue · 0 comments

Description
skrapeit utilizes htmlunit-android:2.63.0 which depends on htmlunit:2.63, which is out of date.

Fix
Upgrading from htmlunit 2.63.0 to the latest version to ensure security fixes are applied.

The single change you should keep in mind when migrating is adjusting the package names from com.gargoylesoftware.htmlunit to net.sourceforge.htmlunit as per these instructions. There should be no other breaking changes for skrapeit.