From 4a0add0f149e5807f9211324b5422fa2245dc562 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jul 2025 05:34:21 +0000 Subject: [PATCH] Update jackson-mapper-asl to 1.9.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..730fdd88 100644 --- a/build.sbt +++ b/build.sbt @@ -250,7 +250,7 @@ lazy val bijectionProtobuf = { ) } -val jsonParser = "org.codehaus.jackson" % "jackson-mapper-asl" % "1.9.11" +val jsonParser = "org.codehaus.jackson" % "jackson-mapper-asl" % "1.9.13" lazy val bijectionThrift = { module("thrift")