diff --git a/SSLCertificateCheckPackage/Package.swift b/SSLCertificateCheckPackage/Package.swift index 7852d96..bf6d32b 100644 --- a/SSLCertificateCheckPackage/Package.swift +++ b/SSLCertificateCheckPackage/Package.swift @@ -167,7 +167,7 @@ let package = Package( .package(url: "https://github.com/maiyama18/LicensesPlugin.git", .upToNextMajor(from: "0.2.0")), .package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0")), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0")), - .package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.54.0")), + .package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.62.2")), .package(url: "https://github.com/apple/swift-certificates.git", .upToNextMajor(from: "1.5.0")), .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.15.0")), .package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.1")),