diff --git a/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved b/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved index 562c93856..a7a705a8a 100644 --- a/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -122,8 +122,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "2a98381dfe72e24bf593c5c06d2c4fc1763c3f19", - "version" : "2.3.0" + "revision" : "9d85a02fe7916caa7531847452c4933d331503a5", + "version" : "2.3.1" } }, { @@ -131,8 +131,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections.git", "state" : { - "revision" : "f504716c27d2e5d4144fa4794b12129301d17729", - "version" : "1.0.3" + "revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", + "version" : "1.0.4" } }, { diff --git a/VimR/VimR.xcodeproj/project.pbxproj b/VimR/VimR.xcodeproj/project.pbxproj index febf04b34..6eba73c6c 100644 --- a/VimR/VimR.xcodeproj/project.pbxproj +++ b/VimR/VimR.xcodeproj/project.pbxproj @@ -1378,7 +1378,7 @@ repositoryURL = "https://github.com/sparkle-project/Sparkle"; requirement = { kind = exactVersion; - version = 2.3.0; + version = 2.3.1; }; }; 4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = { diff --git a/resources/release-notes.md b/resources/release-notes.md index f755e5e7d..ea0b7f4d8 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -3,6 +3,7 @@ * Reduce app size (~14MB) by using `strip` on VimR binary. * Dependencies updates - Kitura/BlueSocket@2.0.4 + - sparkle-project/Sparkle@2.3.1 # 0.43.0-20221115.195322