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")