Skip to content

Commit

Permalink
Merge branch 'develop' into update/workbench-util-0.10-128901e
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Aug 28, 2023
2 parents 9c43d00 + ec1ae44 commit 01e12a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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 01e12a1

Please sign in to comment.