From 47f0a9f1915a1ed60bc937be80624e8b7d81a661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:05:34 +0000 Subject: [PATCH] Update jettyTestVersion --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 59571d8ce..332ba4705 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scala212 = "2.12.17" val supportedScalaVersions = List(scala212, scala213) // This is used only for tests. -val jettyTestVersion = "9.4.53.v20231009" +val jettyTestVersion = "12.0.5" val sttpVersion = "3.5.2" val circeVersion = "0.14.6"