diff --git a/build.sbt b/build.sbt index 9dbd729f4..1f1e54083 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ libraryDependencies ++= Seq( "org.mariadb.jdbc" % "mariadb-java-client" % "3.1.3", "org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r", // Swagger - "io.swagger" % "swagger-annotations" % "1.6.10", // do not upgrade beyond 1.x because of sbt-swagger-play compatibility + "io.swagger" % "swagger-annotations" % "1.6.14", // do not upgrade beyond 1.x because of sbt-swagger-play compatibility "org.webjars" % "swagger-ui" % "4.18.2", "com.h2database" % "h2" % "1.4.199",