From 212480506f9ce581bdc77b8cb50e93b5401e6ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:05:20 +0000 Subject: [PATCH] Bump bugsnag-android from 5.14.0 to 5.28.3 Bumps [bugsnag-android](https://github.com/bugsnag/bugsnag-android) from 5.14.0 to 5.28.3. - [Release notes](https://github.com/bugsnag/bugsnag-android/releases) - [Changelog](https://github.com/bugsnag/bugsnag-android/blob/next/CHANGELOG.md) - [Commits](https://github.com/bugsnag/bugsnag-android/compare/v5.14.0...v5.28.3) --- updated-dependencies: - dependency-name: com.bugsnag:bugsnag-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5f1a1dc..a6d3693 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,5 +38,5 @@ dependencies { implementation 'com.google.android.material:material:1.4.0' implementation 'org.sufficientlysecure:sshauthentication-api:1.0' implementation 'org.sufficientlysecure:openpgp-api:12.0' - implementation "com.bugsnag:bugsnag-android:5.14.0" + implementation "com.bugsnag:bugsnag-android:5.28.3" }