From 29fe987c56d6b122668e8c211d450347687cc1d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 07:59:59 +0000 Subject: [PATCH] chore(deps): bump realm-gradle-plugin from 5.14.0 to 5.15.1 Bumps [realm-gradle-plugin](https://github.com/realm/realm-java) from 5.14.0 to 5.15.1. - [Release notes](https://github.com/realm/realm-java/releases) - [Changelog](https://github.com/realm/realm-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/realm/realm-java/compare/v5.14.0...v5.15.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62d7239559..f20ad74b0f 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath "com.android.tools.build:gradle:3.5.0" classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" classpath "com.github.dcendents:android-maven-gradle-plugin:2.1" - classpath "io.realm:realm-gradle-plugin:5.14.0" + classpath "io.realm:realm-gradle-plugin:5.15.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50" // NOTE: Do not place your application dependencies here; they belong