From 9cfa45832df8c8c1168ffc161c94c1138900b5dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:48:48 +0000 Subject: [PATCH] Update dependency RxAlamofire to v6 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index d86c6e0..ac47ba5 100644 --- a/Podfile +++ b/Podfile @@ -9,7 +9,7 @@ target 'Search Book' do pod 'RxDataSources', '~> 4.0.1' pod 'Alamofire', '~> 4.8.2' - pod 'RxAlamofire', '~> 5.0.0' + pod 'RxAlamofire', '~> 6.1.0' pod 'Kingfisher', '~> 5.7.0' pod 'MaterialComponents/Snackbar', '~> 86.0.0'