From 3a79b218477fa76ca29d20e2e22da6a79c3d7f93 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:50:10 +0000 Subject: [PATCH] Update jackson-databind to 2.18.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index cdd7e8d..ed2ea70 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.18.0", buildDeps.smithy.model, buildDeps.smithy.build, buildDeps.cats.mtl,