From b5d55efa99430b30929baeeb21c38ccf1ff6b2b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:34:48 +0100 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.15.2 (#3376) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24aba0cbab..46e6d1d724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ - Bump Android SDK from v6.32.0 to v6.33.1 ([#3374](https://github.com/getsentry/sentry-react-native/pull/3374)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331) - [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.1) +- Bump Cocoa SDK from v8.14.2 to v8.15.2 ([#3376](https://github.com/getsentry/sentry-react-native/pull/3376)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8152) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.2) ## 5.12.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index 03a7f29106..0dec7cf2c7 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.14.2' + s.dependency 'Sentry/HybridSDK', '8.15.2' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'