From 6f3b8fa0920b5d2a61cca532c6c7670120fbf38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:52:42 +0000 Subject: [PATCH] chore: bump com.mparticle:android-core from 5.55.0 to 5.55.1 in /android Bumps [com.mparticle:android-core](https://github.com/mparticle/mparticle-sdk-android) from 5.55.0 to 5.55.1. - [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.1) --- 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..b8c46af 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.1' testImplementation 'com.facebook.react:react-native:0.20.1' }