Skip to content

Commit

Permalink
Merge branch 'develop' into update/sbt-1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Aug 28, 2023
2 parents 07bdc5f + d6cc425 commit 2359e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val akkaHttpV = "10.2.10"
val jacksonV = "2.13.4"
val jacksonHotfixV = "2.13.4.2" // for when only some of the Jackson libs have hotfix releases
val nettyV = "4.1.96.Final"
val nettyV = "4.1.97.Final"
val workbenchLibsHash = "084d25b"

def excludeGuava(m: ModuleID): ModuleID = m.exclude("com.google.guava", "guava")
Expand Down Expand Up @@ -50,7 +50,7 @@ object Dependencies {
exclude("com.google.code.findbugs", "jsr305")
exclude("bio.terra", "workspace-manager-client")
excludeAll(excludeAkkaHttp, excludeSprayJson),
excludeGuava("org.broadinstitute.dsde.workbench" %% "workbench-util" % "0.9-32f499b"),
excludeGuava("org.broadinstitute.dsde.workbench" %% "workbench-util" % "0.10-128901e"),
"org.broadinstitute.dsde.workbench" %% "workbench-google2" % s"0.25-$workbenchLibsHash",
"org.broadinstitute.dsde.workbench" %% "workbench-oauth2" % s"0.2-$workbenchLibsHash",
"org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-ef83073",
Expand Down Expand Up @@ -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.1" % "test",
"com.google.cloud" % "google-cloud-nio" % "0.127.2" % "test",
"org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % "test"
)
}

0 comments on commit 2359e29

Please sign in to comment.