Skip to content

Commit

Permalink
Merge pull request #1023 from jihuayu/master
Browse files Browse the repository at this point in the history
fix(deps): fix tomcat major version wrong
  • Loading branch information
hazendaz authored Nov 1, 2024
2 parents f9cf3a0 + f11fe5c commit 17a5989
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 17a5989

Please sign in to comment.