From 24c8199a2870b9dd6323b546a3b4bb5b5db84fab Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Thu, 9 May 2024 08:32:49 +1000 Subject: [PATCH] update Jetty version to 12.0.9 Signed-off-by: Lachlan Roberts --- pom.xml | 2 +- runtime/runtime_impl_jetty12/pom.xml | 1 + shared_sdk_jetty12/pom.xml | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index adb3e1e80..f29177d40 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 1.8 UTF-8 9.4.54.v20240208 - 12.0.8 + 12.0.9 2.0.13 https://oss.sonatype.org/content/repositories/google-snapshots/ sonatype-nexus-snapshots diff --git a/runtime/runtime_impl_jetty12/pom.xml b/runtime/runtime_impl_jetty12/pom.xml index 7c5afb304..7edc25293 100644 --- a/runtime/runtime_impl_jetty12/pom.xml +++ b/runtime/runtime_impl_jetty12/pom.xml @@ -563,6 +563,7 @@ org.eclipse.jetty.ee10:jetty-ee10-servlet org.eclipse.jetty.ee10:jetty-ee10-servlets org.eclipse.jetty.ee10:jetty-ee10-webapp + org.eclipse.jetty:jetty-ee org.eclipse.jetty:jetty-client org.eclipse.jetty:jetty-continuation org.eclipse.jetty:jetty-http diff --git a/shared_sdk_jetty12/pom.xml b/shared_sdk_jetty12/pom.xml index c135f6fcc..b86437be4 100644 --- a/shared_sdk_jetty12/pom.xml +++ b/shared_sdk_jetty12/pom.xml @@ -72,6 +72,11 @@ jetty-ee10-servlet ${jetty12.version} + + org.eclipse.jetty + jetty-ee + ${jetty12.version} + org.eclipse.jetty jetty-security