Skip to content

Commit

Permalink
CORE-69: Minor and patch updates - billing-profile-manager-client to …
Browse files Browse the repository at this point in the history
…0.1.592-SNAPSHOT - jackson-core to 2.18.2 - sentry-logback to 7.18.1 - workspace-manager-client to 0.254.1162-SNAPSHOT (#3150)

* CORE-69: Update billing-profile-manager-client from 0.1.590-SNAPSHOT to 0.1.592-SNAPSHOT

* CORE-69: Update workspace-manager-client from 0.254.1161-SNAPSHOT to 0.254.1162-SNAPSHOT

* CORE-69: Update jackson-core from 2.18.1 to 2.18.2

* CORE-69: Update sentry-logback from 7.18.0 to 7.18.1

* CORE-69: Update sbt from 1.10.5 to 1.10.6

* CORE-69: Update sbt-dependency-tree from 1.10.5 to 1.10.6

---------

Co-authored-by: David An <[email protected]>
  • Loading branch information
broadbot and davidangb authored Dec 10, 2024
1 parent a28292b commit 75dff8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automation/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {

val akkaV = "2.6.8"
val akkaHttpV = "10.2.0"
val jacksonV = "2.18.1"
val jacksonV = "2.18.2"

val workbenchLibsHash = "80e4b8d"
val serviceTestV = s"5.0-${workbenchLibsHash}"
Expand Down
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ object Dependencies {
val metricsStatsd: ModuleID = "com.readytalk" % "metrics3-statsd" % "4.2.0"

val scalaLogging: ModuleID = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
val jacksonCore: ModuleID = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
val jacksonCore: ModuleID = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2"
val jodaTime: ModuleID = "joda-time" % "joda-time" % "2.13.0"
val typesafeConfig: ModuleID = "com.typesafe" % "config" % "1.4.3"
val sentryLogback: ModuleID = "io.sentry" % "sentry-logback" % "7.18.0"
val sentryLogback: ModuleID = "io.sentry" % "sentry-logback" % "7.18.1"
val webjarsLocator: ModuleID = "org.webjars" % "webjars-locator" % "0.52"
val commonsJEXL: ModuleID = "org.apache.commons" % "commons-jexl" % "2.1.1"
val cats: ModuleID = "org.typelevel" %% "cats-core" % "2.12.0"
Expand Down Expand Up @@ -127,10 +127,10 @@ 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 = clientLibExclusions("bio.terra" % "workspace-manager-client" % "0.254.1161-SNAPSHOT")
val workspaceManager = clientLibExclusions("bio.terra" % "workspace-manager-client" % "0.254.1162-SNAPSHOT")
val dataRepo = clientLibExclusions("bio.terra" % "datarepo-jakarta-client" % "1.593.0-SNAPSHOT")
val resourceBufferService = clientLibExclusions("bio.terra" % "terra-resource-buffer-client" % "0.198.42-SNAPSHOT")
val billingProfileManager = clientLibExclusions("bio.terra" % "billing-profile-manager-client" % "0.1.590-SNAPSHOT")
val billingProfileManager = clientLibExclusions("bio.terra" % "billing-profile-manager-client" % "0.1.592-SNAPSHOT")
val terraCommonLib = tclExclusions(clientLibExclusions("bio.terra" % "terra-common-lib" % "0.1.23-SNAPSHOT" classifier "plain"))
val sam: ModuleID = clientLibExclusions("org.broadinstitute.dsde.workbench" %% "sam-client" % "v0.0.325")
val leonardo: ModuleID = "org.broadinstitute.dsde.workbench" % "leonardo-client_2.13" % "1.3.6-2e87300"
Expand Down

0 comments on commit 75dff8a

Please sign in to comment.