Skip to content

Commit

Permalink
Upgrade to Jetty 12.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jun 21, 2023
1 parent 049a024 commit adcdefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-web/spring-web.gradle
Expand Up @@ -37,7 +37,7 @@ dependencies {
optional("org.eclipse.jetty:jetty-servlet") {
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
}
optional("org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.0.beta1") {
optional("org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.0.beta2") {
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
exclude group: "org.eclipse.jetty", module: "jetty-ee"
exclude group: "org.eclipse.jetty", module: "jetty-security"
Expand Down

0 comments on commit adcdefc

Please sign in to comment.