From 986e2ac0a83debdcd169cb8f961eb39653e9b8d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:33:14 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b10022a..a3fd30f 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.1" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.1" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1" % "compile", - "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.0" % "compile", + "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.1" % "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",