From 11a485c54412103cc7bf61f7dd56b7c6c6b48b13 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 21 Apr 2022 19:21:27 +1200 Subject: [PATCH] Bug 28786: decrease Auth::GoogleAuth version to 1.02 https://bugs.koha-community.org/show_bug.cgi?id=28786 Signed-off-by: Fridolin Somers --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 54ff3d087a..bbfd0de065 100644 --- a/cpanfile +++ b/cpanfile @@ -1,6 +1,6 @@ requires 'Algorithm::CheckDigits', '0.5'; requires 'Array::Utils', '0.5'; -requires 'Auth::GoogleAuth', '1.03'; +requires 'Auth::GoogleAuth', '1.02'; requires 'Authen::CAS::Client', '0.05'; requires 'Auth::GoogleAuth', '1.02'; requires 'Biblio::EndnoteStyle', '0.05'; -- 2.39.5