From 865ec24cf0f044222af74d5109c70a49836a352c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:03:42 +0000 Subject: [PATCH 1/2] chore: bump org.sonarqube from 3.5.0.2730 to 4.0.0.2929 (#108) Bumps org.sonarqube from 3.5.0.2730 to 4.0.0.2929. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a3a6d6..b96d24f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { } plugins { - id "org.sonarqube" version "3.5.0.2730" + id "org.sonarqube" version "4.0.0.2929" id "org.jlleitschuh.gradle.ktlint" version "11.2.0" } From ffa15f67eb9b442efea25297b5ff5fabd5dd0692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 08:56:38 +0000 Subject: [PATCH 2/2] chore: bump com.leanplum:leanplum-fcm from 7.0.1 to 7.1.1 Bumps [com.leanplum:leanplum-fcm](https://github.com/Leanplum/Leanplum-Android-SDK) from 7.0.1 to 7.1.1. - [Release notes](https://github.com/Leanplum/Leanplum-Android-SDK/releases) - [Commits](https://github.com/Leanplum/Leanplum-Android-SDK/compare/7.0.1...7.1.1) --- 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..8ae0fad 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.1' }