diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b41aa16ea3a..6954305d52b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -650,7 +650,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 eb83be39310..5d677c3fe59 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") } }