diff --git a/automation/project/Dependencies.scala b/automation/project/Dependencies.scala index daff4aef12..b1f74e3bdf 100644 --- a/automation/project/Dependencies.scala +++ b/automation/project/Dependencies.scala @@ -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}" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e53df60cb7..032fb5f959 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" @@ -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"