diff --git a/Auth0.podspec b/Auth0.podspec index 7f4334a1..09fa8b30 100644 --- a/Auth0.podspec +++ b/Auth0.podspec @@ -43,8 +43,8 @@ Pod::Spec.new do |s| s.source_files = 'Auth0/*.swift' s.swift_versions = ['5.7', '5.8'] - s.dependency 'SimpleKeychain', '~> 1.0' - s.dependency 'JWTDecode', '~> 3.0' + s.dependency 'SimpleKeychain', '~> 1.1' + s.dependency 'JWTDecode', '~> 3.1' s.ios.deployment_target = '13.0' s.ios.exclude_files = macos_files diff --git a/Cartfile b/Cartfile index c40e22c6..50e8840d 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "auth0/SimpleKeychain" ~> 1.0 -github "auth0/JWTDecode.swift" ~> 3.0 +github "auth0/SimpleKeychain" ~> 1.1 +github "auth0/JWTDecode.swift" ~> 3.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 9b1e2b8f..f1e2ac19 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,5 +1,5 @@ github "Quick/Nimble" "v12.0.1" github "Quick/Quick" "v6.1.0" github "asana/OHHTTPStubs" "9.1.0-asana" -github "auth0/JWTDecode.swift" "3.0.1" -github "auth0/SimpleKeychain" "1.0.1" +github "auth0/JWTDecode.swift" "3.1.0" +github "auth0/SimpleKeychain" "1.1.0" diff --git a/Package.swift b/Package.swift index 734fa14d..7612fc59 100644 --- a/Package.swift +++ b/Package.swift @@ -10,8 +10,8 @@ let package = Package( platforms: [.iOS(.v13), .macOS(.v11), .tvOS(.v13), .watchOS(.v7)], products: [.library(name: "Auth0", targets: ["Auth0"])], dependencies: [ - .package(url: "https://github.com/auth0/SimpleKeychain.git", .upToNextMajor(from: "1.0.0")), - .package(url: "https://github.com/auth0/JWTDecode.swift.git", .upToNextMajor(from: "3.0.0")), + .package(url: "https://github.com/auth0/SimpleKeychain.git", .upToNextMajor(from: "1.1.0")), + .package(url: "https://github.com/auth0/JWTDecode.swift.git", .upToNextMajor(from: "3.1.0")), .package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "6.0.0")), .package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "12.0.0")), .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0"))