From 602d1cdc5f22af1b603dcc2986979a333469a314 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 3 Dec 2025 09:41:49 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.0.0 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5a79fea3..2002206421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ - Bump JavaScript SDK from v10.26.0 to v10.28.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10280) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.28.0) +- Bump Cocoa SDK from v8.57.3 to v9.0.0 ([#5417](https://github.com/getsentry/sentry-react-native/pull/5417)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#900) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...9.0.0) ## 7.7.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 73fc82f87f..bd8e5c7397 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -46,7 +46,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.57.3' + s.dependency 'Sentry/HybridSDK', '9.0.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)