From 112b9e248ffe67c6f8fa8e6edffd9357eba61a04 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 27 Jan 2026 08:21:22 +0200 Subject: [PATCH] Bump the SentrySDK to v9.2.0 --- ElementX.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 59b6e41f4..329432610 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -9883,7 +9883,7 @@ repositoryURL = "https://github.com/getsentry/sentry-cocoa"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 9.1.0; + minimumVersion = 9.2.0; }; }; AB8E808A59756170682BEC20 /* XCRemoteSwiftPackageReference "SwiftSoup" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 523b7a229..59b7df68d 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -194,8 +194,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "0041fe6374a0557747d3c7f19888510a30684dfa", - "version" : "9.1.0" + "revision" : "de66bd4fa0661c81455e8ad2509ed6f0e39025dc", + "version" : "9.2.0" } }, { diff --git a/project.yml b/project.yml index af65ec2ee..0acb1f6f9 100644 --- a/project.yml +++ b/project.yml @@ -145,7 +145,7 @@ packages: minorVersion: 3.37.1 Sentry: url: https://github.com/getsentry/sentry-cocoa - minorVersion: 9.1.0 + minorVersion: 9.2.0 SnapshotTesting: url: https://github.com/pointfreeco/swift-snapshot-testing minorVersion: 1.18.7