diff --git a/CHANGELOG.md b/CHANGELOG.md index 76912de7e98..4b0200144f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Bump Jackson Core to v2.17.2 - Bump Sentry Gradle plugin to v4.10.0 - Bump AndroidX Lifecycle to v2.8.4 -- Bump Sentry to v7.12.1 +- Bump Sentry to v7.13.0 - Bump Google Truth to v1.4.4 - Bump Mockito Kotlin to v5.4.0 - Bump AGP to v8.5.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 77b8731a2e8..9c8e7a833d3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -180,7 +180,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21" rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0" rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1" -sentry-android = "io.sentry:sentry-android:7.12.1" +sentry-android = "io.sentry:sentry-android:7.13.0" signaturepad = "com.github.gcacace:signature-pad:1.3.1"