Skip to content

Commit 616ee31

Browse files
committed
chore: change jetty to undertow
1 parent 62e7281 commit 616ee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
exclude(group = "org.springframework.boot", module = "spring-boot-starter-tomcat")
3434
}
3535
implementation(libs.commons.lang3)
36-
implementation("org.springframework.boot:spring-boot-starter-jetty")
36+
implementation("org.springframework.boot:spring-boot-starter-undertow")
3737
compileOnly("org.projectlombok:lombok")
3838
developmentOnly("org.springframework.boot:spring-boot-devtools")
3939
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

0 commit comments

Comments
 (0)