Upgrade Jetty and harden WebSocket upgrade lifecycle

This commit is contained in:
Amer Agovic
2026-05-01 13:47:23 -05:00
parent c86fc03c2e
commit bfb6ff82bf
4 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ tasks.withType(JavaCompile) {
}
dependencies {
def jettyVersion="12.0.15"
def jettyVersion="12.0.32"
def bstoreVersion="1.0.0-SNAPSHOT"
implementation "org.eclipse.jetty:jetty-server:${jettyVersion}"
implementation "org.eclipse.jetty.http2:jetty-http2-server:${jettyVersion}"