Skip to content

Commit

Permalink
Updated embedded Tomcat version.
Browse files Browse the repository at this point in the history
v10.1.2 could not find class `org.apache.tomcat.jakartaee.EESpecProfile`.
See related: spring-projects/spring-boot#33167
  • Loading branch information
garretwilson committed Dec 23, 2022
1 parent a2afd3d commit 3306837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.2</version>
<version>10.1.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3306837

Please sign in to comment.