ソースを参照

升级 jsqlparser 4.3

hubin 3 年 前
コミット
30242a0014
2 ファイル変更2 行追加1 行削除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      build.gradle

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## [v3.4.4] 2022.01.01
 
 - 升级 mybatis 3.5.8
+- 升级 jsqlparser 4.3
 - 添加动态表名的钩子函数 https://github.com/baomidou/mybatis-plus/pull/3965
 - 注入类 DefaultSqlInjector 优化调整
 - 反射类 ReflectionKit 优化 field -> field 改为 Function.identity()

+ 1 - 1
build.gradle

@@ -16,7 +16,7 @@ ext {
         mybatisSpringBootStarterVersion = '2.2.0',
         springVersion = '5.3.9',
         springBootVersion = '2.5.3',
-        jsqlparserVersion = '4.2',
+        jsqlparserVersion = '4.3',
         junitVersion = '5.7.2',
     ]