diff --git a/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java b/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
index e2fde79d828..bb75d8bff42 100644
--- a/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
+++ b/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
@@ -102,7 +102,8 @@ public final class UriCompliance implements ComplianceViolation.Mode
/**
* The default compliance mode that extends RFC3986 compliance with
* additional violations to avoid most ambiguous URIs.
- * This mode does allow {@link Violation#AMBIGUOUS_PATH_SEPARATOR}, but disallows all out {@link Violation}s.
+ * This mode does allow {@link Violation#AMBIGUOUS_PATH_SEPARATOR}, {@link Violation#AMBIGUOUS_PATH_ENCODING},
+ * but disallows all out {@link Violation}s.
*/
public static final UriCompliance DEFAULT = new UriCompliance("DEFAULT",
of(Violation.AMBIGUOUS_PATH_SEPARATOR,
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index 2cd7171b690..158083abe56 100644
--- a/jetty-websocket/websocket-jetty-server/pom.xml
+++ b/jetty-websocket/websocket-jetty-server/pom.xml
@@ -37,7 +37,7 @@
org.eclipse.jetty
- jetty-annotations
+ jetty-webapp
org.eclipse.jetty
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index f83a5073feb..b268e50ccde 100644
--- a/jetty-websocket/websocket-jetty-tests/pom.xml
+++ b/jetty-websocket/websocket-jetty-tests/pom.xml
@@ -72,6 +72,11 @@
jetty-jmx
test
+
+ org.eclipse.jetty
+ jetty-annotations
+ test
+
diff --git a/pom.xml b/pom.xml
index a2370283e20..ce5bd5ec976 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
2.15.0
1.49.2
2.9.1
- 31.1-jre
+ 32.1.2-jre
5.1.0
2.2
2.15.2