Upgrade dependencies to be ready for release

* Revert `getMethodValue()` for `CookieTests` since it is removed in the SF SNAPSHOT
* Add `@Suppress("UNCHECKED_CAST")` to `FunctionsTests.kt` to suppress compilation warning
This commit is contained in:
Artem Bilan
2022-10-18 12:30:44 -04:00
parent 64f0e738a9
commit 0951738ab3
4 changed files with 32 additions and 24 deletions

View File

@@ -111,6 +111,12 @@ public class CookieTests {
return null;
}
@Override
@Deprecated
public String getMethodValue() {
return null;
}
public ClientHttpResponse execute() {
allHeaders.add(headers);
return new ClientHttpResponse() {