From 9d9791354603cedcda4cb5712f9debf20c186694 Mon Sep 17 00:00:00 2001 From: Sai Venkat Desu Date: Wed, 8 May 2024 18:12:50 +0530 Subject: [PATCH] chore: upgraded dependency on Auth0.swift to 2.7.2 --- A0Auth0.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A0Auth0.podspec b/A0Auth0.podspec index e81afcad..d8509b97 100644 --- a/A0Auth0.podspec +++ b/A0Auth0.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency 'React-Core' - s.dependency 'Auth0', '2.7.1' + s.dependency 'Auth0', '2.7.2' s.dependency 'JWTDecode', '3.1.0' s.dependency 'SimpleKeychain', '1.1.0' end