From 552b5327d2e3921a32f8e78ba11ac54e1a3cf0ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Nov 2024 17:46:37 +0000 Subject: [PATCH] Update google-auth-library-oauth2-http to 1.30.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 67d00b8e3921..24f6432e7ba1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { val maxmind = "com.maxmind.geoip2" % "geoip2" % "4.0.1" val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8" % "compile" val scaffeine = "com.github.blemale" %% "scaffeine" % "5.3.0" % "compile" - val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.29.0" + val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.30.0" val galimatias = "io.mola.galimatias" % "galimatias" % "0.2.2-NF" val scalatags = "com.lihaoyi" %% "scalatags" % "0.13.1" val lettuce = "io.lettuce" % "lettuce-core" % "6.5.0.RELEASE"