Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Update logback-classic to 1.4.8 #471

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-protobuf" % Version.Akka
val AkkaInfluxDB =
"com.lightbend.akka" %% "akka-stream-alpakka-influxdb" % "3.0.4"
val Logback = "ch.qos.logback" % "logback-classic" % "1.4.4"
val Logback = "ch.qos.logback" % "logback-classic" % "1.4.8"
val Prometheus = "io.prometheus" % "simpleclient" % Version.Prometheus
val PrometheusHotSpot =
"io.prometheus" % "simpleclient_hotspot" % Version.Prometheus
Expand Down