diff --git a/Package.resolved b/Package.resolved index 1ab5899..54697f8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core", "state" : { - "revision" : "f0442baed7595fbd59119e5ae2ddcd82fee3832b", - "version" : "4.1.11" + "revision" : "360cd7a262621a9bbd91200909e75a94adab6dab", + "version" : "5.0.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/onevcat/Kingfisher", "state" : { - "revision" : "c1f60c63f356d364f4284ba82961acbe7de79bcc", - "version" : "7.8.1" + "revision" : "3ec0ab0bca4feb56e8b33e289c9496e89059dd08", + "version" : "7.10.2" } }, { diff --git a/Package.swift b/Package.swift index b05d061..45910ad 100644 --- a/Package.swift +++ b/Package.swift @@ -14,10 +14,10 @@ let package = Package( targets: ["InfomaniakCoreUI"]), ], dependencies: [ - .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "4.1.11")), + .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "5.0.0")), .package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.1")), - .package(url: "https://github.com/Infomaniak/SnackBar.swift", .upToNextMajor(from: "1.0.0")), - .package(url: "https://github.com/onevcat/Kingfisher", .upToNextMajor(from: "7.0.0")), + .package(url: "https://github.com/Infomaniak/SnackBar.swift", .upToNextMajor(from: "1.1.0")), + .package(url: "https://github.com/onevcat/Kingfisher", .upToNextMajor(from: "7.10.0")), .package(url: "https://github.com/matomo-org/matomo-sdk-ios", .upToNextMajor(from: "7.5.2")) ], targets: [