mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-30 03:09:22 +01:00
Update javax.servlet-api to 4.0.1
This commit is contained in:
@@ -58,7 +58,7 @@ libraryDependencies ++= Seq(
|
||||
"com.github.zafarkhaja" % "java-semver" % "0.10.2",
|
||||
"com.nimbusds" % "oauth2-oidc-sdk" % "11.31.1",
|
||||
"org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",
|
||||
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
|
||||
"javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided",
|
||||
"junit" % "junit" % "4.13.2" % "test",
|
||||
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
|
||||
"org.mockito" % "mockito-core" % "5.21.0" % "test",
|
||||
|
||||
Reference in New Issue
Block a user