From 3fb407d41768351000f362366c343972a175206c Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 18 Dec 2023 12:02:11 +0000 Subject: [PATCH] Update workspace-manager-client from 0.254.967-SNAPSHOT to 0.254.979-SNAPSHOT --- automation/project/Dependencies.scala | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/project/Dependencies.scala b/automation/project/Dependencies.scala index fa792316c2..e779e985c8 100644 --- a/automation/project/Dependencies.scala +++ b/automation/project/Dependencies.scala @@ -28,7 +28,7 @@ object Dependencies { val workbenchGoogle2: ModuleID = "org.broadinstitute.dsde.workbench" %% "workbench-google2" % workbenchGoogle2V exclude ("org.slf4j", "slf4j-api") val workbenchServiceTest: ModuleID = "org.broadinstitute.dsde.workbench" %% "workbench-service-test" % serviceTestV % "test" classifier "tests" excludeAll(workbenchExclusions :+ rawlsModelExclusion:_*) - val workspaceManager: ModuleID = "bio.terra" % "workspace-manager-client" % "0.254.967-SNAPSHOT" + val workspaceManager: ModuleID = "bio.terra" % "workspace-manager-client" % "0.254.979-SNAPSHOT" val dataRepo: ModuleID = "bio.terra" % "datarepo-client" % "1.41.0-SNAPSHOT" val dataRepoJersey : ModuleID = "org.glassfish.jersey.inject" % "jersey-hk2" % "2.32" // scala-steward:off (must match TDR) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 28aed57801..216356d530 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -126,7 +126,7 @@ object Dependencies { // "Terra Common Lib" Exclusions: def tclExclusions(m: ModuleID): ModuleID = m.excludeAll(excludeSpringBoot, excludeSpringAop, excludeSpringData, excludeSpringFramework, excludeOpenCensus, excludeGoogleFindBugs, excludeBroadWorkbench, excludePostgresql, excludeSnakeyaml, excludeSlf4j) - val workspaceManager = excludeJakarta("bio.terra" % "workspace-manager-client" % "0.254.967-SNAPSHOT") + val workspaceManager = excludeJakarta("bio.terra" % "workspace-manager-client" % "0.254.979-SNAPSHOT") val dataRepo = excludeJakarta("bio.terra" % "datarepo-client" % "1.379.0-SNAPSHOT") val resourceBufferService = excludeJakarta("bio.terra" % "terra-resource-buffer-client" % "0.4.3-SNAPSHOT") val billingProfileManager = excludeJakarta("bio.terra" % "billing-profile-manager-client-javax" % "0.1.236-SNAPSHOT")