From b5cb9696c0215222278cb45529a809a30cebd361 Mon Sep 17 00:00:00 2001 From: Emarsys Security Date: Fri, 12 Aug 2022 13:04:16 +0200 Subject: [PATCH] CDP-1765: Update joda-time from 2.10.14 to 2.11.0 (#150) Co-authored-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2b73655..0077516 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-stream-testkit" % akkaV % Test, "org.scalatest" %% "scalatest" % scalaTestV % Test, "com.emarsys" %% "escher-akka-http" % "1.3.28", - "joda-time" % "joda-time" % "2.10.14", + "joda-time" % "joda-time" % "2.11.0", "org.joda" % "joda-convert" % "2.2.2", "com.github.pureconfig" %% "pureconfig" % "0.17.1" )