From 6c95103a89609b9542dc953e844e8c8d27293bb6 Mon Sep 17 00:00:00 2001 From: Muhammad Raihan Akbar <ianakbar711@gmail.com> Date: Thu, 6 Mar 2025 20:59:51 +0700 Subject: [PATCH] [REFACTOR] Updated dependencies for Google Auth --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f816b94..7173089 100644 --- a/pom.xml +++ b/pom.xml @@ -213,7 +213,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> - <version>4.8.1</version> <!-- Use the latest version --> + <version>5.2.0</version> <!-- Use the latest version --> <scope>test</scope> </dependency> -- GitLab