diff --git a/build.sc b/build.sc index 68b96fb..66797e7 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.0", buildDeps.smithy.model, buildDeps.smithy.build, buildDeps.cats.mtl,