Skip to content

Commit

Permalink
beetlsql 升为 3.23.7-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Aug 1, 2023
1 parent 3b4311f commit d435592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* 新增 solon.docs.openapi2 插件
* 新增 solon.cloud.metrics 插件?
* 升级 solon-maven-plugin 的相关依赖
* quartz jdbc 增加及时更新(数据库里变了,它马上变)????
* 增加 solon-admin-server 对 basic auth 配置的支持
* 增加 solon-admin-server 对 uiPath 配置的支持
* 增加 solon-admin-client 与 server 一起使用时,自动识别 serverUrl
Expand All @@ -28,7 +29,8 @@
* 调整 "@Bean" 函数的 VarGather::requireRun 由 false 改为 true,只要过了条件检测必然运行
* 优化 sa-token-solon-plugin 插件,增加对网关的支持
* 修复 “@CloudEventSubscribe” 注解在函数会出错的问题,已补充新的单测
* mybatis-flex 升为 1.5.4
* mybatis-flex 升为 1.5.5
* beetlsql 升为 3.23.7-RELEASE
* sqltoy 升为 5.2.60
* snack3 升为 3.2.74
* smarthttp 升为 1.2.9
Expand Down
4 changes: 2 additions & 2 deletions solon-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@

<activerecord.version>5.1.1</activerecord.version>
<beetl.version>3.15.7.RELEASE</beetl.version>
<beetlsql.version>3.23.5-RELEASE</beetlsql.version>
<beetlsql.version>3.23.7-RELEASE</beetlsql.version>
<sqltoy.version>5.2.60</sqltoy.version>
<mybatis-flex.version>1.5.4</mybatis-flex.version>
<mybatis-flex.version>1.5.5</mybatis-flex.version>
<fastmybatis.version>2.8.1</fastmybatis.version>
<dbvisitor.version>5.3.3</dbvisitor.version>
<bean-searcher.version>4.2.2</bean-searcher.version>
Expand Down

0 comments on commit d435592

Please sign in to comment.