From 5c151a694cb513e4c75187d9bce6ca5a5e228173 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Mar 2024 14:02:31 +0000 Subject: [PATCH] Update jackson-databind to 2.16.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 870393b..68b96fb 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.15.4", + ivy"com.fasterxml.jackson.core:jackson-databind:2.16.2", buildDeps.smithy.model, buildDeps.smithy.build, buildDeps.cats.mtl,