Closed occupant23 closed 4 years ago
Found some updates:
I also noticed that browserup-proxy-mitm
and littleproxy
are explicitly specified as dependencies although they are dependencies of browserup-proxy-core
. Was this done intentionally?
Updated the following: Allure v2.13.5 Selenide v5.14.2 Commons Text v1.9 Commons Lang3 v.3.11
Removed:
littleproxy
The browserup-proxy-mitm
dependencies is needed at compile time and only provided at runtime by browserup-proxy-core
.
@h-arlt Please recheck.
Look goods to me.
FYI scope compile
is default for Maven dependencies so there is no real need to declare dependency browserup-proxy-mitm for scope compile
explicitly.
Cucumber could only be updated to 5.7.0 since Allure doesn't support the next major release (6) yet. Needs to be rechecked prior the release.