eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
581 stars 141 forks source link

Use/allow latest versions of dependencies for guava and jakarta.websocket #791

Closed jonahgraham closed 6 months ago

jonahgraham commented 6 months ago

A new version of Guava has been released (33) that LSP4J works with and websocket is now published in a "better" way (direct from maven) so we republish that version now.

Consumers shouldn't need to change their dependencies as the lower bounds are unchanged.

This applies the changes in #785 and subsequent commits to main branch.