From 611fa3c4b32f0a645d668c5c1d0e0a6018e8e071 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 23 May 2025 14:12:43 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.51.1 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e263a4153..32b89dc5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ - Bump Bundler Plugins from v3.4.0 to v3.5.0 ([#4850](https://github.com/getsentry/sentry-react-native/pull/4850)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#350) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.4.0...3.5.0) +- Bump Cocoa SDK from v8.50.2 to v8.51.1 ([#4839](https://github.com/getsentry/sentry-react-native/pull/4839)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8511) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.2...8.51.1) ## 6.14.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 6d2fcc8bb1..070de46982 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.50.2' + s.dependency 'Sentry/HybridSDK', '8.51.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)