From 350d8f84ab7c5b3db013352141dabffc563f4e25 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 28 Nov 2023 09:29:18 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 8.17.0 --- CHANGELOG.md | 6 ++++++ flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3056915989..b00adcfff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Add option to opt out of fatal level for automatically collected errors ([#1738](https://github.com/getsentry/sentry-dart/pull/1738)) +### Dependencies + +- Bump Cocoa SDK from v8.15.2 to v8.17.0 ([#1761](https://github.com/getsentry/sentry-dart/pull/1761)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8170) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.2...8.17.0) + ## 7.13.2 ### Fixes diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index a309f686b6..403f5378b5 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry/HybridSDK', '8.15.2' + s.dependency 'Sentry/HybridSDK', '8.17.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'