diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 551985916..2802278d6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -97,7 +97,7 @@ object Dependencies { // jaxb-api needed by WorkspaceApiServiceSpec.bagitService() method "javax.xml.bind" % "jaxb-api" % "2.3.1" % "test", // provides testing mocks - "com.google.cloud" % "google-cloud-nio" % "0.127.2" % "test", + "com.google.cloud" % "google-cloud-nio" % "0.127.3" % "test", "org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % "test" ) } diff --git a/project/plugins.sbt b/project/plugins.sbt index 4dd536d65..f962402d5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")