From 859265ab7ee31d5913f8304152d6b57fde420e70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:37:07 +0000 Subject: [PATCH] Update dependency io.github.play-swagger:play-swagger to v3 --- backend/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.sbt b/backend/build.sbt index 0165651f..6acc2a1c 100644 --- a/backend/build.sbt +++ b/backend/build.sbt @@ -76,7 +76,7 @@ libraryDependencies ++= Seq( "net.openhft" % "zero-allocation-hashing" % "0.27ea1", "com.github.pureconfig" %% "pureconfig" % pureConfigVersion, // depend on this plugin to be able to provide custom OutputTransformer - "io.github.play-swagger" %% "play-swagger" % "2.0.6", + "io.github.play-swagger" %% "play-swagger" % "3.1.4", "com.github.fdimuccio" %% "play2-sockjs" % "0.10.0", // basic jwt token and jwks support