diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cf48af085..ea8946a7c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -28,7 +28,7 @@ object Dependencies { "com.fasterxml.jackson.core" % "jackson-core" % jacksonV, "org.yaml" % "snakeyaml" % "2.3", "org.apache.commons" % "commons-compress" % "1.27.1", // workbench-libs libraries pull this in - "com.google.apis" % "google-api-services-pubsub" % "v1-rev20250208-2.0.0", // from workbench-google2 + "com.google.apis" % "google-api-services-pubsub" % "v1-rev20250218-2.0.0", // from workbench-google2 "com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20250217-2.0.0" // from workbench-google2 )