Skip to content

Commit

Permalink
dep(protobuf): bumped the bugsnag-plugin-android-exitinfo dependenc…
Browse files Browse the repository at this point in the history
…y on protobuf-javalite to 3.25.5
  • Loading branch information
lemnik committed Feb 5, 2025
1 parent fe862d0 commit 88588d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions bugsnag-plugin-android-exitinfo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 88588d8

Please sign in to comment.