Upgrade Jetty and harden WebSocket upgrade lifecycle
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user