From 408201be74aef0cc334de62b5cfd796d69f836d0 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 09:23:34 +0100 Subject: [PATCH] Update google-auth-library-credentials, ... to 1.28.0 (#848) 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 6b6721ff0..6f39e8237 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -64,7 +64,7 @@ object Dependencies { val Couchbase3Version = "3.6.0" val CouchbaseVersionForDocs = "2.7" - val GoogleAuthVersion = "1.27.0" + val GoogleAuthVersion = "1.28.0" val JwtScalaVersion = "10.0.1" val Log4jVersion = "2.23.1"