From bd6367e05af17a26e594e0ed483edda6d40c07c0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 27 Sep 2025 03:27:56 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 8.56.2 --- 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 830bfdaff3..ba82fdcfb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Bump Android SDK from v6.12.1 to v6.13.0 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130) - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0) +- Bump Cocoa SDK from v7.31.5 to v8.56.2 ([#251](https://github.com/keyUV/sentry-dart/pull/251)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.5...8.56.2) ## 6.19.0 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index a8ed0c37ee..b923917ff5 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', '7.31.5' + s.dependency 'Sentry/HybridSDK', '8.56.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'