You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overriding only the jetty-server dependency can lead to version mismatches with
other Jetty artifacts used in the project, such as http2-server, jetty-alpn-server,
and jetty-alpn-java-server.
To ensure all related Jetty dependencies use the same version, it is a best practice
to import the Jetty Bill of Materials (BOM). This will manage the versions for all
Jetty artifacts consistently.
Signed-off-by: tobias.pobocik <[email protected]>
(cherry picked from commit 2fd5d32)
0 commit comments