From 74602bb8be48ee956271712f26f33d266235f80c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jul 2024 10:51:29 +0000 Subject: [PATCH] Update jackson-core, jackson-databind to 2.17.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc07ff8..8e8ffb0 100644 --- a/build.sbt +++ b/build.sbt @@ -202,7 +202,7 @@ lazy val jackson217 = project .settings(allSettings) .settings( moduleName := "circe-jackson217", - libraryDependencies ++= jacksonDependencies("2.17.1"), + libraryDependencies ++= jacksonDependencies("2.17.2"), Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "210", tlVersionIntroduced := List("2.12", "2.13", "3").map(k => k -> "0.14.2").toMap )