build: update hsweb-framework and easyorm to snapshot versions

This commit is contained in:
zhouhao 2026-01-26 12:37:07 +08:00
parent c7a226bd4b
commit 7b9fb89797
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@
<!-- 基础通用模块依赖,快照版本表示正在持续迭代.发布后将同步到maven中央仓库 -->
<!-- https://github.com/hs-web/hsweb-framework -->
<hsweb.framework.version>5.0.1</hsweb.framework.version>
<hsweb.framework.version>5.0.2-SNAPSHOT</hsweb.framework.version>
<!-- https://github.com/hs-web/hsweb-easy-orm -->
<easyorm.version>4.2.1</easyorm.version>
<easyorm.version>4.2.2-SNAPSHOT</easyorm.version>
<!-- https://github.com/jetlinks/jetlinks -->
<jetlinks.version>1.3.1</jetlinks.version>
<!-- https://github.com/hs-web/reactor-excel -->