diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-12 10:43:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 10:43:15 +0000 |
commit | 79773dbd7ad2c7e6b3292fde1eb6471f0d98817c (patch) | |
tree | 13f70fb887b7c040f69b018d57d59d85d20b7cf0 /gradle | |
parent | fd17d7d2bb516c159549d74d5296cab9ba570dfc (diff) |
fix(deps): update dependency io.sentry:sentry-android to v6.25.1 (#2600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cbf539ff..74495a2a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -94,7 +94,7 @@ thirdparty-leakcanary-core = { module = "com.squareup.leakcanary:leakcanary-andr thirdparty-logcat = "com.squareup.logcat:logcat:0.1" thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.2" thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.1" -thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.25.0" +thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.25.1" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.5.6" thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref = "leakcanary" } thirdparty-slack-lints = "com.slack.lint:slack-lint-checks:0.3.0" |