chore: solon 依赖升级至 3.0.4

This commit is contained in:
click33 2024-12-08 11:15:23 +08:00
parent 9a53222baa
commit 11492df031
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>3.0.1</version>
<version>3.0.4</version>
<relativePath/>
</parent>

View File

@ -23,7 +23,7 @@
<servlet-api.version>3.1.0</servlet-api.version>
<jakarta-servlet-api.version>6.0.0</jakarta-servlet-api.version>
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
<solon.version>3.0.1</solon.version>
<solon.version>3.0.4</solon.version>
<noear-redisx.version>1.6.2</noear-redisx.version>
<noear-snack3.version>3.2.88</noear-snack3.version>
<jfinal.version>4.9.17</jfinal.version>