diff --git a/CHANGELOG.md b/CHANGELOG.md index 4360fa6437..f3ab510c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Respect ancestor text direction in `SentryScreenshotWidget` ([#3046](https://github.com/getsentry/sentry-dart/pull/3046)) +### Dependencies + +- Bump Cocoa SDK from v8.52.1 to v8.53.1 ([#3021](https://github.com/getsentry/sentry-dart/pull/3021)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.52.1...8.53.1) + ## 9.4.0-beta.1 ### Fixes diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index dbfcb3dc4d..f9005fb200 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'sentry_flutter/Sources/**/*' s.public_header_files = 'sentry_flutter/Sources/**/*.h' - s.dependency 'Sentry/HybridSDK', '8.52.1' + s.dependency 'Sentry/HybridSDK', '8.53.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '12.0' diff --git a/flutter/ios/sentry_flutter/Package.swift b/flutter/ios/sentry_flutter/Package.swift index 4d736ba24e..136abd173a 100644 --- a/flutter/ios/sentry_flutter/Package.swift +++ b/flutter/ios/sentry_flutter/Package.swift @@ -13,7 +13,7 @@ let package = Package( .library(name: "sentry-flutter", targets: ["sentry_flutter", "sentry_flutter_objc"]) ], dependencies: [ - .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.52.1") + .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.53.1") ], targets: [ .target(