From cd9aa2370664db2ab973f69a8580616be01d5717 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 2 Jul 2020 00:38:35 +0800 Subject: [PATCH] chore(deps): change undertow to jetty. (#942) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e1aef3ddd..5e20d9ad1 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-actuator" implementation "org.springframework.boot:spring-boot-starter-data-jpa" implementation "org.springframework.boot:spring-boot-starter-web" - implementation "org.springframework.boot:spring-boot-starter-undertow" + implementation "org.springframework.boot:spring-boot-starter-jetty" implementation "org.springframework.boot:spring-boot-starter-freemarker" implementation "com.sun.mail:jakarta.mail"