diff --git a/DemoApp/Podfile b/DemoApp/Podfile index 551ece675b..ff2b347c0a 100644 --- a/DemoApp/Podfile +++ b/DemoApp/Podfile @@ -16,7 +16,7 @@ use_frameworks! platform :ios, '15.0' target 'DemoApp' do - pod 'SwiftLint', '0.54.0' + pod 'SwiftLint', '0.55.1' pod 'SwiftFormat/CLI', '0.53.5' end diff --git a/DemoApp/Podfile.lock b/DemoApp/Podfile.lock index b4a57d360a..f5a4a1184b 100644 --- a/DemoApp/Podfile.lock +++ b/DemoApp/Podfile.lock @@ -1,10 +1,10 @@ PODS: - SwiftFormat/CLI (0.53.5) - - SwiftLint (0.54.0) + - SwiftLint (0.55.1) DEPENDENCIES: - SwiftFormat/CLI (= 0.53.5) - - SwiftLint (= 0.54.0) + - SwiftLint (= 0.55.1) SPEC REPOS: trunk: @@ -13,8 +13,8 @@ SPEC REPOS: SPEC CHECKSUMS: SwiftFormat: 57d49d9a63f4249c625b1e623fb9fde0c30cae9d - SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 + SwiftLint: 3fe909719babe5537c552ee8181c0031392be933 -PODFILE CHECKSUM: 4e3c662440ac9552fc63ae26b36bf60f8df7241a +PODFILE CHECKSUM: 8bbb159095b662d9ea674fc3a2b1a5cac92288d9 COCOAPODS: 1.15.2 diff --git a/THIRD_PARTY.md b/THIRD_PARTY.md index d7843fef7f..d1e2b0fa11 100644 --- a/THIRD_PARTY.md +++ b/THIRD_PARTY.md @@ -72,7 +72,7 @@ You may download the source code on the [following website](https://github.com/n ### SwiftLint -Version 0.54.0 +Version 0.55.1 Copyright 2020 Realm Inc.