diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d11cb481c4..ed862d5d9d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -672,7 +672,7 @@ bom { ] } } - library("Jetty", "11.0.15") { + library("Jetty", "11.0.16") { group("org.eclipse.jetty") { imports = [ "jetty-bom" diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/build.gradle index eb83be3931..5d677c3fe5 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/build.gradle @@ -18,7 +18,6 @@ dependencies { exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-websocket-api") } api("org.eclipse.jetty.websocket:websocket-jetty-server") { - exclude group: "org.eclipse.jetty", module: "jetty-jndi" exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-servlet-api") } }