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.
Description
skrapeit utilizes
htmlunit-android:2.63.0which depends onhtmlunit:2.63, which is out of date.Fix
Upgrading from
htmlunit2.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.htmlunittonet.sourceforge.htmlunitas per these instructions. There should be no other breaking changes forskrapeit.