From 570aea68ed42f79e406f7f89f4bed88107b86be8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Feb 2026 08:03:22 +0000 Subject: [PATCH] Update jquery to 4.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9f9a5f8b..44f4ee54 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,7 @@ lazy val www = project "org.projectlombok" % "lombok" % "1.18.42" % Provided, "org.webjars" %% "webjars-play" % "3.0.0", "org.webjars" % "bootstrap" % "3.4.1" % Runtime, - "org.webjars" % "jquery" % "3.7.1" % Runtime, + "org.webjars" % "jquery" % "4.0.0" % Runtime, "org.webjars" % "bootstrap-social" % "5.0.0" % Runtime, "io.flow" %% "lib-play-play29" % "0.8.79", "io.flow" %% "lib-test-utils-play29" % "0.3.6" % Test,