diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cee5f5db..faec5dfef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Unreleased -* Bump: Sentry-Android to 5.2.4 and Sentry-Cocoa to 7.4.8 (#621) (#627) +* Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 (#629) * Fix: event.origin tag for macOS and other Apple platforms (#622) # 6.1.0-beta.1 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index efe47cbcab..e3b5affc23 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:5.2.4' + api 'io.sentry:sentry-android:5.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" } diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index de6b1972cd..08b1897ace 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', '~> 7.4.8' + s.dependency 'Sentry', '~> 7.5.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'