From 7fb28cadd16f133842886726c61fe43b73c5e747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:53:29 -0500 Subject: [PATCH] actions: bump `com.github.parse-community.Parse-SDK-Android:parse` to 4.3.0 (fixes #1930) (#1929) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4b0cc6d9c..5e22bde92 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation "androidx.preference:preference:1.2.1" testImplementation 'junit:junit:4.13.2' implementation 'com.github.parse-community:ParseLiveQuery-Android:1.2.2' - implementation 'com.github.parse-community.Parse-SDK-Android:parse:4.2.1' + implementation 'com.github.parse-community.Parse-SDK-Android:parse:4.3.0' implementation 'com.google.code.gson:gson:2.10.1' androidTestImplementation 'androidx.test:runner:1.5.2' implementation 'me.aflak.libraries:bluetooth:1.3.9'