From b70703eae53a9ab6cfa017356932316a46694b70 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:24:10 +0000 Subject: [PATCH] Update jwt-circe, jwt-core to 9.4.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbb532f6..049fd77a 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val http4sVersion = "0.23.25" val http4sBlazeVersion = "0.23.16" val http4sEmberVersion = "0.23.25" val http4sXmlVersion = "0.23.13" -val jwtVersion = "9.4.5" +val jwtVersion = "9.4.6" val log4catsVersion = "2.6.0" val lucumaCoreVersion = "0.91.0" val lucumaGraphQLRoutesVersion = "0.8.6"