Skip to content

Commit

Permalink
fix(deps): fix tomcat major version wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu committed Nov 1, 2024
1 parent f9cf3a0 commit f11fe5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<packaging>war</packaging>
<name>mybatis-spring-boot-sample-war</name>
<properties>
<tomcat.major.version>10</tomcat.major.version>
<tomcat.major.version>11</tomcat.major.version>
<tomcat.version>11.0.0</tomcat.version>

<module.name>org.mybatis.spring.boot.sample.war</module.name>
Expand Down

0 comments on commit f11fe5c

Please sign in to comment.