Skip to content

Commit

Permalink
Merge pull request #795 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
JuliaBrigitte authored Nov 16, 2023
2 parents def8e7d + 239a0fa commit 83ad84c
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 @@ -73,7 +73,7 @@ lazy val root = (project in file("."))
filters,
specs2 % "test",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3"
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.0"
),
excludeDependencies ++= Seq(
// As of Play 3.0, groupId has changed to org.playframework; exclude transitive dependencies to the old artifacts
Expand Down

0 comments on commit 83ad84c

Please sign in to comment.