From 752dc0d73057e884e3e50cc9e01c1dcdefbb67ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:40:14 +0000 Subject: [PATCH] chore(deps): update jettytestversion --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f94b1128..9fce6b70 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scala212 = "2.12.19" val supportedScalaVersions = List(scala212, scala213, scala3) // This is used only for tests. -val jettyTestVersion = "9.4.56.v20240826" +val jettyTestVersion = "12.0.16" val sttpVersion = "3.5.2" val circeVersion = "0.14.10"