Skip to content

Commit

Permalink
[CORE-340] update rawls model (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarete authored Mar 5, 2025
1 parent 6cdf9c7 commit bfa3066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Workbench utility libraries, built for 2.13. You can find the full list of packa

Contains common classes and utilities for writing tests against Workbench REST web services.

Latest SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-service-test" % "5.1-340cb2b" % "test" classifier "tests"`
Latest SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-service-test" % "5.1-TRAVIS-REPLACE-ME" % "test" classifier "tests"`

[Changelog](serviceTest/CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ object Dependencies {
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion

val fs2Io: ModuleID = "co.fs2" %% "fs2-io" % "3.6.1"
val rawlsModel: ModuleID = "org.broadinstitute.dsde" %% "rawls-model" % "v0.0.287-SNAP" exclude("com.typesafe.scala-logging", "scala-logging_2.13") exclude("com.typesafe.akka", "akka-stream_2.13") exclude("com.typesafe.akka", "akka-http-core_2.13") exclude("net.sourceforge.htmlunit", "htmlunit")
val rawlsModel: ModuleID = "org.broadinstitute.dsde" %% "rawls-model" % "v0.0.314-SNAP" exclude("com.typesafe.scala-logging", "scala-logging_2.13") exclude("com.typesafe.akka", "akka-stream_2.13") exclude("com.typesafe.akka", "akka-http-core_2.13") exclude("net.sourceforge.htmlunit", "htmlunit")
val htmlUnit: ModuleID = "org.htmlunit" % "htmlunit" % "4.7.0" // Replaces net.sourceforge.htmlunit
val openCensusApi: ModuleID = "io.opencensus" % "opencensus-api" % openCensusV
val openCensusImpl: ModuleID = "io.opencensus" % "opencensus-impl" % openCensusV
Expand Down
3 changes: 2 additions & 1 deletion serviceTest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file documents changes to the `workbench-service-test` library, including n

## 5.1

SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-service-test" % "5.1-340cb2b"`
SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-service-test" % "5.1-TRAVIS-REPLACE-ME"`

### Dependency upgrades
- Overwrote some `rawls-model` dependencies to fix the following security findings:
Expand All @@ -30,6 +30,7 @@ SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-service-test"

### Non-breaking change
- Updates `rawls-model` to include new `getBucketUsageV2` API
- Updates `rawls-model` to include `id` in `RawlsBillingProjectResponse` Response

## 5.0

Expand Down

0 comments on commit bfa3066

Please sign in to comment.