From b0701390a5b7e226b097b2e03b049554d032bd09 Mon Sep 17 00:00:00 2001 From: Valentin Perignon Date: Wed, 27 Sep 2023 11:31:35 +0200 Subject: [PATCH] chore: Upgrade dependencies --- .package.resolved | 14 +++++++------- Project.swift | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.package.resolved b/.package.resolved index f7814170a9..9bda42e1ab 100644 --- a/.package.resolved +++ b/.package.resolved @@ -41,7 +41,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core", "state" : { - "revision" : "73a982d892ce19966f7393f2093a1f0cc7731838" + "revision" : "307e6cb8da9ad0cf02aa3502492596c082d5247d" } }, { @@ -157,8 +157,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-core.git", "state" : { - "revision" : "c04f5e401a1ec682e6b08b1ee157e19a0f834a5f", - "version" : "13.17.1" + "revision" : "f8e1a38a4099785af597ab813ae01f9901858b65", + "version" : "13.21.0" } }, { @@ -166,8 +166,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "330a239712af77a3b0926b9ffa9582302a0b9923", - "version" : "10.42.1" + "revision" : "7bde71f2c0754d048fd65a85b9fd09e10bcdd41c", + "version" : "10.42.4" } }, { @@ -175,8 +175,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "12998398eb51e2e8ff7098163fa97d305eee6d87", - "version" : "8.11.0" + "revision" : "0a915b93ff3abee1a9752448e47808334d306980", + "version" : "8.13.0" } }, { diff --git a/Project.swift b/Project.swift index 1f781bcf73..30f4fb2c85 100644 --- a/Project.swift +++ b/Project.swift @@ -26,7 +26,7 @@ let project = Project(name: "Mail", .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "1.1.6")), .package( url: "https://github.com/Infomaniak/ios-core", - .revision("73a982d892ce19966f7393f2093a1f0cc7731838") + .revision("307e6cb8da9ad0cf02aa3502492596c082d5247d") ), .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "2.5.3")), .package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "3.0.0")),