Server Regression Fix
We use the common Java HTTP framework Jetty to serve the Kpow UI.
In release 64 we advanced our Jetty dependency from 9.4.30 to 9.4.36. We believe this caused a slow memory leak due to a change in Jetty behaviour regarding websocket buffering and that change not being supported by the websocket library we use.
This change reverts Jetty to 9.4.30.