From a5b331166ee8f3d2830bc04afa8b5991a052a013 Mon Sep 17 00:00:00 2001 From: Jakub Tudruj Date: Wed, 16 Dec 2020 14:29:56 +0100 Subject: [PATCH] update Alamofire to 5.4.0 --- Cartfile | 2 +- Cartfile.resolved | 2 +- Carthage/Checkouts/Alamofire | 2 +- CodableAlamofire.podspec | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cartfile b/Cartfile index f179ce8..87835ff 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "Alamofire/Alamofire" ~> 5.1.0 +github "Alamofire/Alamofire" ~> 5.4.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 4c2aca5..b793136 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "Alamofire/Alamofire" "5.1.0" +github "Alamofire/Alamofire" "5.4.0" diff --git a/Carthage/Checkouts/Alamofire b/Carthage/Checkouts/Alamofire index fca036f..9e03281 160000 --- a/Carthage/Checkouts/Alamofire +++ b/Carthage/Checkouts/Alamofire @@ -1 +1 @@ -Subproject commit fca036f7aeca07124067cb6e0c12b0ad6359e3d4 +Subproject commit 9e0328127dfb801cefe8ac53a13c0c90a7770448 diff --git a/CodableAlamofire.podspec b/CodableAlamofire.podspec index 6a1ccde..bbc6633 100644 --- a/CodableAlamofire.podspec +++ b/CodableAlamofire.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "CodableAlamofire" - s.version = "1.2.1" + s.version = "1.2.2" s.summary = "An extension for Alamofire that converts JSON data into Decodable Objects." s.homepage = "https://github.com/Otbivnoe/CodableAlamofire" s.license = { :type => "MIT", :file => "LICENSE" } @@ -26,6 +26,6 @@ Pod::Spec.new do |s| s.swift_versions = ['4.0', '5.0', '5.1'] s.requires_arc = true - s.dependency 'Alamofire', '~> 5.1.0' + s.dependency 'Alamofire', '~> 5.4.0' end diff --git a/Package.resolved b/Package.resolved index 064ad7d..dc5c7cf 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/Alamofire/Alamofire", "state": { "branch": null, - "revision": "fca036f7aeca07124067cb6e0c12b0ad6359e3d4", - "version": "5.1.0" + "revision": "9e0328127dfb801cefe8ac53a13c0c90a7770448", + "version": "5.4.0" } } ] diff --git a/Package.swift b/Package.swift index 4504e0b..6999350 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( .library(name: "CodableAlamofire", targets: ["CodableAlamofire"]), ], dependencies: [ - .package(url: "https://github.com/Alamofire/Alamofire", from: "5.1.0") + .package(url: "https://github.com/Alamofire/Alamofire", from: "5.4.0") ], targets: [ .target(