Skip to content

Commit 4461ce3

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-cocoa.sh to 8.53.2
1 parent 0fb45d0 commit 4461ce3

File tree

4 files changed

+41
-169
lines changed

4 files changed

+41
-169
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Android SDK from v8.13.2 to v8.17.0 ([#2977](https://github.com/getsentry/sentry-dart/pull/2977))
88
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
99
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.17.0)
10+
- Bump Cocoa SDK from v8.52.1 to v8.53.2 ([#3061](https://github.com/getsentry/sentry-dart/pull/3061))
11+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8532)
12+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.52.1...8.53.2)
1013

1114
## 9.5.0
1215

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1616
:tag => s.version.to_s }
1717
s.source_files = 'sentry_flutter/Sources/**/*'
1818
s.public_header_files = 'sentry_flutter/Sources/**/*.h'
19-
s.dependency 'Sentry/HybridSDK', '8.52.1'
19+
s.dependency 'Sentry/HybridSDK', '8.53.2'
2020
s.ios.dependency 'Flutter'
2121
s.osx.dependency 'FlutterMacOS'
2222
s.ios.deployment_target = '12.0'

flutter/ios/sentry_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "sentry-flutter", targets: ["sentry_flutter", "sentry_flutter_objc"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/getsentry/sentry-cocoa", exact: "8.52.1")
16+
.package(url: "https://github.com/getsentry/sentry-cocoa", exact: "8.53.2")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)