Skip to content

Commit

Permalink
Merge pull request #1082 from softwaremill/update/logstash-logback-en…
Browse files Browse the repository at this point in the history
…coder-7.4

Update logstash-logback-encoder to 7.4
  • Loading branch information
mergify[bot] authored Jul 12, 2023
2 parents fc94f03 + e655474 commit dfb24c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ val loggingDependencies = Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"ch.qos.logback" % "logback-classic" % "1.4.8",
"org.codehaus.janino" % "janino" % "3.1.9" % Runtime,
"net.logstash.logback" % "logstash-logback-encoder" % "7.3" % Runtime
"net.logstash.logback" % "logstash-logback-encoder" % "7.4" % Runtime
)

val configDependencies = Seq(
Expand Down

0 comments on commit dfb24c0

Please sign in to comment.