Merge pull request #7553 from dataease/pr@dev@fixSql

feat: 升级jsqlparser -> 4.8
This commit is contained in:
taojinlong 2024-01-09 12:01:53 +08:00 committed by GitHub
commit 0671417748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 166 additions and 396 deletions

View File

@ -109,7 +109,7 @@
<dependency>
<groupId>com.github.jsqlparser</groupId>
<artifactId>jsqlparser</artifactId>
<version>4.6</version>
<version>4.8</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>