diff --git a/CHANGELOG.md b/CHANGELOG.md index 6193571f80..e99df0e677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Update bugsnag-android to [v6.22.0](https//github.com/bugsnag/bugsnag-android/re (plugin-network-instrumentation) Report HTTP Errors as handled [#2662](https://github.com/bugsnag/bugsnag-js/pull/2662) +### Dependencies + +Update bugsnag-android to [v6.23.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.23.0) [#2673](https://github.com/bugsnag/bugsnag-js/pull/2673) + ## [8.8.1] - 2026-01-26 ### Fixed @@ -20,7 +24,6 @@ Update bugsnag-android to [v6.22.0](https//github.com/bugsnag/bugsnag-android/re ## [8.8.0] - 2026-01-20 This release adds support for notitfying failed network requests using the new `plugin-network-instrumentation` package - ### Added (plugin-network-instrumentation) Add new plugin to notify failed network requests [#2647](https://github.com/bugsnag/bugsnag-js/pull/2647) diff --git a/packages/react-native/android/build.gradle b/packages/react-native/android/build.gradle index b3cbfbe780..552a5bbc3f 100644 --- a/packages/react-native/android/build.gradle +++ b/packages/react-native/android/build.gradle @@ -45,8 +45,8 @@ android { } dependencies { - api "com.bugsnag:bugsnag-android:6.22.0" - api "com.bugsnag:bugsnag-plugin-react-native:6.22.0" + api "com.bugsnag:bugsnag-android:6.23.0" + api "com.bugsnag:bugsnag-plugin-react-native:6.23.0" implementation 'com.facebook.react:react-native:+' testImplementation "junit:junit:4.12" diff --git a/packages/react-native/prepare-android-vendor.config b/packages/react-native/prepare-android-vendor.config index fbf5b0c027..e2dc94649a 100644 --- a/packages/react-native/prepare-android-vendor.config +++ b/packages/react-native/prepare-android-vendor.config @@ -1,2 +1,2 @@ version -6.22.0 +6.23.0