Skip to content
Open
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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ val commonSettings = Seq(
// The jackson-module-scala version below must be kept in sync with the
// transitive dependency on jackson-databind introduced by our AWS
// dependencies.
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0"
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.5"
),
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always,
checkJackson := {
Expand Down