Skip to content

Commit

Permalink
Merge branch 'develop' into update/grpc-core-1.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan authored Nov 12, 2024
2 parents 2ca820a + 0c8178b commit 8141d59
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 @@ -103,7 +103,7 @@ object Dependencies {
val workbenchGoogle2Tests: ModuleID =
"org.broadinstitute.dsde.workbench" %% "workbench-google2" % workbenchGoogle2V % "test" classifier "tests" excludeAll (excludeWorkbenchUtil, excludeWorkbenchModel)
val googleStorageLocal: ModuleID =
"com.google.cloud" % "google-cloud-nio" % "0.127.25" % "test" // needed for mocking google cloud storage. Should use same version as wb-libs
"com.google.cloud" % "google-cloud-nio" % "0.127.26" % "test" // needed for mocking google cloud storage. Should use same version as wb-libs

val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.2.2"

Expand Down Expand Up @@ -227,6 +227,6 @@ object Dependencies {

// Needed because it looks like the dependency overrides of wb-libs doesn't propagate to the importing project...
val rootDependencyOverrides = Seq(
"org.apache.commons" % "commons-compress" % "1.26.0"
"org.apache.commons" % "commons-compress" % "1.26.2"
)
}

0 comments on commit 8141d59

Please sign in to comment.