From afc60e44620c48c87420e6399d052c0b2f3f576f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:06:00 +0000 Subject: [PATCH] chore: bump com.leanplum:leanplum-fcm from 7.0.1 to 7.1.0 Bumps [com.leanplum:leanplum-fcm](https://github.com/Leanplum/Leanplum-Android-SDK) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/Leanplum/Leanplum-Android-SDK/releases) - [Commits](https://github.com/Leanplum/Leanplum-Android-SDK/compare/7.0.1...7.1.0) --- updated-dependencies: - dependency-name: com.leanplum:leanplum-fcm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b96d24f..e905451 100644 --- a/build.gradle +++ b/build.gradle @@ -46,5 +46,5 @@ repositories { dependencies { testImplementation 'org.mockito:mockito-core:5.1.1' - api 'com.leanplum:leanplum-fcm:7.0.1' + api 'com.leanplum:leanplum-fcm:7.1.0' }