From 92f840b73153d1bed98f28181f4ec53cb7a27a67 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 18 Jun 2025 09:48:16 +0300 Subject: [PATCH] Bump Kingfisher to v8.3.2 --- 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 2e671fefe..8a57925db 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -8808,7 +8808,7 @@ repositoryURL = "https://github.com/onevcat/Kingfisher"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 8.0.3; + minimumVersion = 8.3.2; }; }; D5F7D47BBAAE0CF1DDEB3034 /* XCRemoteSwiftPackageReference "DeviceKit" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6956c03a4..b427806b3 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -95,8 +95,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/onevcat/Kingfisher", "state" : { - "revision" : "33696a71dd4d71f1b0f781ade11a48ba5549581a", - "version" : "8.0.3" + "revision" : "7deda23bbdca612076c5c315003d8638a08ed0f1", + "version" : "8.3.2" } }, { diff --git a/project.yml b/project.yml index 391254008..acbd538d9 100644 --- a/project.yml +++ b/project.yml @@ -115,7 +115,7 @@ packages: minorVersion: 4.2.2 Kingfisher: url: https://github.com/onevcat/Kingfisher - minorVersion: 8.0.3 + minorVersion: 8.3.2 KZFileWatchers: url: https://github.com/krzysztofzablocki/KZFileWatchers minorVersion: 1.2.0