From 04f49dcc6809fab7733756ca4bc0a03ab9527a9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:36:13 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7042f2..3e968df 100755 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val root = (project in file(".")). "com.fasterxml.jackson.core" % "jackson-core" % "2.18.0" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.0" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.0" % "compile", - "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.17.2" % "compile", + "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.0" % "compile", "org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2" % "compile", "com.brsanthu" % "migbase64" % "2.2" % "compile", "junit" % "junit" % "4.13.2" % "test",