fossasia / susi_android

SUSI.AI Android App https://play.google.com/apps/testing/ai.susi
Apache License 2.0
2.42k stars 1.11k forks source link

chore(deps): bump realm-gradle-plugin from 5.14.0 to 5.15.0 #2372

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps realm-gradle-plugin from 5.14.0 to 5.15.0.

Changelog *Sourced from [realm-gradle-plugin's changelog](https://github.com/realm/realm-java/blob/master/CHANGELOG.md).* > ## 5.15.0(2019-09-05) > > ### Enhancements > * [ObjectServer] Added support for Client Resync for fully synchronized Realms which automatically will recover the local Realm in case the server is rolled back. This largely replaces the Client Reset mechanism. Can be configured using `SyncConfiguration.Builder.clientResyncMode()`. (Issue [#6487](https://github-redirect.dependabot.com/realm/realm-java/issues/6487)) > > ### Fixed > * Huawei devices reporting `Permission denied` when opening a Realm file after an app upgrade or factory reset. This does not automatically fix already existing Realm files. See [this FAQ entry](https://realm.io/docs/java/latest/#huawei-permission-denied) for more details. (Issue [#5715](https://github-redirect.dependabot.com/realm/realm-java/issues/5715)) > * `Realm.copyToRealm()` and `Realm.insertOrUpdate()` crashed on model classes if `@LinkingObjects` was used to target a field with a re-defined internal name in the parent class (e.g. by using `@RealmField`). (Issue [#6581](https://github-redirect.dependabot.com/realm/realm-java/issues/6581)) > > ### Compatibility > * Realm Object Server: 3.21.0 or later. > * File format: Generates Realms with format v9 (Reads and upgrades all previous formats) > * APIs are backwards compatible with all previous release of realm-java in the 5.x.y series. > > ### Internal > * Implemented direct access to sync workers on Cloud, bypassing the Sync Proxy: the binding will override the sync session's url prefix if the token refresh response for a realm contains a sync worker path field. > * Updated to Object Store commit: 9f19d79fde248ba37cef0bd52fe64984f9d71be0. > * Updated to Realm Sync 4.7.4. > * Updated to Realm Core 5.23.2.
Commits - [`a4afa55`](https://github.com/realm/realm-java/commit/a4afa55eb122999dfe8497a33433e5a9a0245637) Release v5.15.0 - [`889a57f`](https://github.com/realm/realm-java/commit/889a57fc5bd1ca123b27ee754400be67402230c8) Updated release date - [`00698d1`](https://github.com/realm/realm-java/commit/00698d17d1348160e002af961f4f5722f7faaf26) Upgrade to Sync 4.7.4 ([#6603](https://github-redirect.dependabot.com/realm/realm-java/issues/6603)) - [`76a71e3`](https://github.com/realm/realm-java/commit/76a71e386aa8629739a5a62c023fca8930052add) Fix [#6597](https://github-redirect.dependabot.com/realm/realm-java/issues/6597) - Don't enforce jCenter repository (followup [#6598](https://github-redirect.dependabot.com/realm/realm-java/issues/6598)) ([#6602](https://github-redirect.dependabot.com/realm/realm-java/issues/6602)) - [`1729005`](https://github.com/realm/realm-java/commit/17290057cd808e4dea7c3612b9b92d76e6ee7f6e) [RJAVA-4] Bypass the sync proxy on Cloud ([#6599](https://github-redirect.dependabot.com/realm/realm-java/issues/6599)) - [`e32b141`](https://github.com/realm/realm-java/commit/e32b141b6a68236192f7c235d317f9a350c38a5e) Add support for Client Resync ([#6596](https://github-redirect.dependabot.com/realm/realm-java/issues/6596)) - [`7c9a3c9`](https://github.com/realm/realm-java/commit/7c9a3c9ff449c9728379141ef5c8cdc15dfcbdbf) Fix [#6597](https://github-redirect.dependabot.com/realm/realm-java/issues/6597) - Don't enforce jCenter repository ([#6598](https://github-redirect.dependabot.com/realm/realm-java/issues/6598)) - [`221f076`](https://github.com/realm/realm-java/commit/221f076256ebd4aebd55e56cbbbebec84bb3f372) Fix crash if combining [@​RealmField](https://github.com/RealmField) and [@​LinkingObjects](https://github.com/LinkingObjects) ([#6582](https://github-redirect.dependabot.com/realm/realm-java/issues/6582)) - [`4176427`](https://github.com/realm/realm-java/commit/4176427cd7920c2acf84f1925093827f0c42ce62) Prepare next release v5.14.1-SNAPSHOT - See full diff in [compare view](https://github.com/realm/realm-java/compare/v5.14.0...v5.15.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
ci-reporter[bot] commented 5 years ago

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of be00f473bc20c51b3e475ba2deb655a42e9c2e04. Here's the output:

Download Dependencies
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.
dependabot-preview[bot] commented 5 years ago

Superseded by #2374.