From 88588d832362b115b757494d2ef657e0aa77a5d2 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 5 Feb 2025 09:09:04 +0000 Subject: [PATCH] dep(protobuf): bumped the `bugsnag-plugin-android-exitinfo` dependency on protobuf-javalite to 3.25.5 --- CHANGELOG.md | 2 ++ bugsnag-plugin-android-exitinfo/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de4f2f4537..03bc5df747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * Native crashes will now include their signal code (where applicable) in the error message [#2135](https://github.com/bugsnag/bugsnag-android/pull/2135) +* Bumped the version of `protobuf-javalite` used by [bugsnag-plugin-android-exitinfo](bugsnag-plugin-android-exitinfo) to 3.25.5 + [#2144](https://github.com/bugsnag/bugsnag-android/pull/2144) ## 6.11.0 (2025-01-22) diff --git a/bugsnag-plugin-android-exitinfo/build.gradle.kts b/bugsnag-plugin-android-exitinfo/build.gradle.kts index 65b1171c28..82a0809f28 100644 --- a/bugsnag-plugin-android-exitinfo/build.gradle.kts +++ b/bugsnag-plugin-android-exitinfo/build.gradle.kts @@ -58,12 +58,12 @@ android { dependencies { addCommonModuleDependencies() api(project(":bugsnag-android-core")) - implementation("com.google.protobuf:protobuf-javalite:3.24.2") + implementation("com.google.protobuf:protobuf-javalite:3.25.5") } protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.2" + artifact = "com.google.protobuf:protoc:3.25.5" } generateProtoTasks { all().configureEach {