diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index eaa655fe..ab4aab2d 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,4 +26,4 @@ jobs: path-to-signatures: 'cla-signatures/v1/cla.json' path-to-document: 'https://github.com/perawallet/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document branch: 'cla' # non-protected branch that we'll merge into dev periodically - allowlist: dependabot + allowlist: dependabot,yasin-ce,michaeltchuang,mitsinsar diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2277e6ec..0a1a3511 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -71,7 +71,7 @@ paging = "3.3.4" retrofit = "2.11.0" review = "2.0.2" room = "2.7.0-alpha11" -sqlite = "1.0.0" +sqlite = "2.5.0-alpha11" runner = "1.6.2" safeargs = "2.8.4" tink = "1.14.0"