Skip to content

Commit

Permalink
Merge branch 'develop' into update/log4j-to-slf4j-2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Oct 30, 2023
2 parents 1660443 + 81ab475 commit 14c86ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object Dependencies {
exclude("org.apache.logging.log4j", "log4j-core"),


excludeGuava("com.google.apis" % "google-api-services-pubsub" % "v1-rev20231010-2.0.0"),
excludeGuava("com.google.apis" % "google-api-services-pubsub" % "v1-rev20231019-2.0.0"),
excludeGuava("com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20231005-2.0.0"),


Expand All @@ -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.5" % "test",
"com.google.cloud" % "google-cloud-nio" % "0.127.6" % "test",
"org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % "test"
)
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

Expand Down

0 comments on commit 14c86ac

Please sign in to comment.