diff --git a/Package.swift b/Package.swift index 4348e86..7119771 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( targets: ["SuitEtecsaSdk"]), ], dependencies: [ - .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.9.1")), + .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.2")), .package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.7.5"), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.8.3")), .package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver.git", .upToNextMajor(from: "2.1.1"))