瀏覽代碼

升级 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',
     ]