diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2ba7d95f13e4..b33822420687 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -19,7 +19,7 @@ object Dependencies: val maxmind = "com.maxmind.geoip2" % "geoip2" % "4.0.1" val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.4" % "compile" val scaffeine = "com.github.blemale" %% "scaffeine" % "5.3.0" % "compile" - val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.50.0" + val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.51.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" % "7.6.0.RELEASE"