From 6491ebd3a9d03d308629818698ed71b351193f89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 11:25:53 +0000 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.7.2 (#1458) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5958db79e..da4d81c609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Android SDK from v6.18.1 to v6.19.0 ([#1455](https://github.com/getsentry/sentry-dart/pull/1455)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190) - [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0) +- Bump Cocoa SDK from v8.7.1 to v8.7.2 ([#1458](https://github.com/getsentry/sentry-dart/pull/1458)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#872) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.2) ## 7.6.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 5cce52c0c6..d6b1acc053 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.7.1' + s.dependency 'Sentry/HybridSDK', '8.7.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'