From 578b651d1271850cf5eac75e7bf600fb353e9db2 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 23 Feb 2026 11:02:23 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.5.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 df3bc45fe3..199336d57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - Bump Android SDK Stubs from v8.32.0 to v8.33.0 ([#5697](https://github.com/getsentry/sentry-react-native/pull/5697)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330) - [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.33.0) +- Bump Cocoa SDK from v9.4.1 to v9.5.0 ([#5685](https://github.com/getsentry/sentry-react-native/pull/5685)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#950) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.1...9.5.0) ## 8.1.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index d8b8e414f0..cdcdb9c9b9 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.4.1' + s.dependency 'Sentry', '9.5.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)