From 52525f6902efd337eca0f1b82e714f3bafcbabaf Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:33:45 +0200 Subject: [PATCH] Update google-auth-library-credentials, ... to 1.24.1 (#773) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 40a529686..c5d95d39b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -62,7 +62,7 @@ object Dependencies { val Couchbase3Version = "3.6.0" val CouchbaseVersionForDocs = "2.7" - val GoogleAuthVersion = "1.24.0" + val GoogleAuthVersion = "1.24.1" val JwtScalaVersion = "10.0.1" val Log4jVersion = "2.23.1"