From 897b10a9551c88d9e82dd64b3f536564185bc430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:18:53 +0000 Subject: [PATCH] chore: bump com.mparticle:android-core from 5.55.0 to 5.55.2 in /android Bumps [com.mparticle:android-core](https://github.com/mparticle/mparticle-sdk-android) from 5.55.0 to 5.55.2. - [Release notes](https://github.com/mparticle/mparticle-sdk-android/releases) - [Changelog](https://github.com/mParticle/mparticle-android-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/mparticle/mparticle-sdk-android/compare/v5.55.0...v5.55.2) --- updated-dependencies: - dependency-name: com.mparticle:android-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f87b43f..e13a040 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,6 +79,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation files('libs/java-json.jar') - testImplementation 'com.mparticle:android-core:5.55.0' + testImplementation 'com.mparticle:android-core:5.55.2' testImplementation 'com.facebook.react:react-native:0.20.1' }