From d0df182f06ae2fbf198ec39ffde6241c2ef58d7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Oct 2021 06:42:55 +0200 Subject: [PATCH] Update google-auth-library-oauth2-http to 1.2.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ad6f334582..136390ccef 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,7 +13,7 @@ object Dependencies { val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.3.1-THIB" val prismic = "io.prismic" %% "scala-kit" % "1.2.19-THIB213" val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.1" % "compile" - val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.1.0" + val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.0" val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.5.0" val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.4" val lettuce = "io.lettuce" % "lettuce-core" % "6.1.5.RELEASE"