Skip to content

Commit

Permalink
Merge branch 'develop' into update/azure-resourcemanager-managedappli…
Browse files Browse the repository at this point in the history
…cations-1.0.0
  • Loading branch information
marctalbott authored Jan 6, 2025
2 parents cc35ec6 + 307d420 commit cb31e75
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 @@ -21,7 +21,7 @@ object Dependencies {
val workbenchOauth2V = s"0.8-$workbenchLibV"
val monocleVersion = "2.0.5"
val crlVersion = "1.2.34-SNAPSHOT"
val tclVersion = "1.1.26-SNAPSHOT"
val tclVersion = "1.1.27-SNAPSHOT"
val slf4jVersion = "2.0.6"

val excludeAkkaActor = ExclusionRule(organization = "com.typesafe.akka", name = "akka-actor_2.12")
Expand All @@ -47,7 +47,7 @@ object Dependencies {
val jacksonCore: ModuleID = "com.fasterxml.jackson.core" % "jackson-core" % jacksonV

val logstashLogback: ModuleID = "net.logstash.logback" % "logstash-logback-encoder" % "8.0"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.5.15"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.5.16"
val ravenLogback: ModuleID = "com.getsentry.raven" % "raven-logback" % "7.8.6"
val scalaLogging: ModuleID = "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingV
val ficus: ModuleID = "com.iheart" %% "ficus" % "1.5.2"
Expand Down

0 comments on commit cb31e75

Please sign in to comment.