diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index f0c823c8b..351a5a20d 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -8776,7 +8776,7 @@ repositoryURL = "https://github.com/getsentry/sentry-cocoa"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 8.46.0; + minimumVersion = 8.52.1; }; }; AC3475112CA40C2C6E78D1EB /* XCRemoteSwiftPackageReference "matrix-analytics-events" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1cdb855e2..d040447e7 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/emojibase-bindings", "state" : { - "revision" : "81e483cff9827fdbc8138b9ec9a409c20cd9850c", - "version" : "1.4.1" + "revision" : "259aa23c03401fc77b2d8c51219993235a1806c9", + "version" : "1.4.2" } }, { @@ -194,8 +194,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "e0fa062817b277fd9ab597b54b8e2f92dc65b009", - "version" : "8.46.0" + "revision" : "930b78a63f47549c81e6e63c9172584f7d3dfdd6", + "version" : "8.52.1" } }, { @@ -221,8 +221,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections", "state" : { - "revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307", - "version" : "1.0.5" + "revision" : "d029d9d39c87bed85b1c50adee7c41795261a192", + "version" : "1.0.6" } }, { diff --git a/project.yml b/project.yml index 929b7046a..113e4c952 100644 --- a/project.yml +++ b/project.yml @@ -133,7 +133,7 @@ packages: minorVersion: 3.2.5 Sentry: url: https://github.com/getsentry/sentry-cocoa - minorVersion: 8.46.0 + minorVersion: 8.52.1 SnapshotTesting: url: https://github.com/pointfreeco/swift-snapshot-testing minorVersion: 1.18.3