diff --git a/build.sc b/build.sc index cdd7e8d..4aa5d4d 100644 --- a/build.sc +++ b/build.sc @@ -29,7 +29,7 @@ trait CompilerCoreModule def moduleDeps = Seq(traits) def ivyDeps = Agg( - ivy"com.fasterxml.jackson.core:jackson-databind:2.16.2", + ivy"com.fasterxml.jackson.core:jackson-databind:2.17.1", buildDeps.smithy.model, buildDeps.smithy.build, buildDeps.cats.mtl,