diff --git a/boot/build.gradle.kts b/boot/build.gradle.kts index 72d82ea8..0ec08078 100644 --- a/boot/build.gradle.kts +++ b/boot/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { exclude(group = "org.springframework.boot", module = "spring-boot-starter-tomcat") } implementation(libs.commons.lang3) - implementation("org.springframework.boot:spring-boot-starter-jetty") + implementation("org.springframework.boot:spring-boot-starter-undertow") compileOnly("org.projectlombok:lombok") developmentOnly("org.springframework.boot:spring-boot-devtools") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")