From 761cbb6036d998a3ffde3e36c636bbda67cf49c9 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Thu, 7 May 2026 00:57:58 +0000 Subject: [PATCH] Update google-auth-library-oauth2-http to 1.47.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3d0c6b1..840b2be9 100644 --- a/build.sbt +++ b/build.sbt @@ -106,7 +106,7 @@ val postgresqlVersion: String = "42.7.11" val googleSheetsVersion: String = "v4-rev20260213-2.0.0" -val googleAuthVersion: String = "1.46.0" +val googleAuthVersion: String = "1.47.0" val googleHttpClientGsonVersion: String = "2.1.0"