From 330683732c2932b1c5c6a401e7bf2ce9ef8f7879 Mon Sep 17 00:00:00 2001 From: Garret Wilson Date: Fri, 23 Dec 2022 11:17:07 -0600 Subject: [PATCH] Updated embedded Tomcat version. v10.1.2 could not find class `org.apache.tomcat.jakartaee.EESpecProfile`. See related: https://github.com/spring-projects/spring-boot/issues/33167 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38f9074d..911a1581 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.2 + 10.1.4