From 9f7f058e5383875c0e410c61f7134ebfab494fa1 Mon Sep 17 00:00:00 2001 From: "mend-app-ghe[bot]" Date: Thu, 11 Sep 2025 11:00:28 +0000 Subject: [PATCH] Update dependency com.google.oauth-client:google-oauth-client to v1.39.0 --- src/sbt-test/sbt-dependency-check/check/build.sbt | 2 +- src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbt-test/sbt-dependency-check/check/build.sbt b/src/sbt-test/sbt-dependency-check/check/build.sbt index 10a5fc3..e0cb921 100644 --- a/src/sbt-test/sbt-dependency-check/check/build.sbt +++ b/src/sbt-test/sbt-dependency-check/check/build.sbt @@ -7,7 +7,7 @@ libraryDependencies ++= Seq( "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", "com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime", "org.apache.commons" % "commons-collections4" % "4.1", - "com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional" + "com.google.oauth-client" % "google-oauth-client" % "1.39.0" % "optional" ) dependencyCheckSkipTestScope := false diff --git a/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt b/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt index 61f4f1b..c9abc6a 100644 --- a/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt +++ b/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt @@ -7,7 +7,7 @@ libraryDependencies ++= Seq( "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", "com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime", "org.apache.commons" % "commons-collections4" % "4.1", - "com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional" + "com.google.oauth-client" % "google-oauth-client" % "1.39.0" % "optional" ) dependencyCheckFormats := Seq("XML", "JSON")