From 5d6f40f8e9426fb8752989e3f577074d36d6cb70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:52:41 +0000 Subject: [PATCH] Update dependency CocoaLumberjack to v3.9.1 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 8e3c705c..3ce8e937 100644 --- a/Podfile +++ b/Podfile @@ -10,7 +10,7 @@ target 'Simlar' do use_frameworks! pod 'libPhoneNumber-iOS', git: 'https://github.com/iziz/libPhoneNumber-iOS', tag: '1.1' - pod 'CocoaLumberjack', '3.8.5' + pod 'CocoaLumberjack', '3.9.1' if File.exist?($PODFILE_PATH) pod 'linphone-sdk', :path => $PODFILE_PATH else