1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-05 00:25:32 +08:00

[0.3.5] 修复 ConditionalBuilder 对于参数未添加 AND 链接的问题

This commit is contained in:
2022-01-29 21:20:07 +08:00
parent 7acc2849ae
commit bb4801b41c
10 changed files with 40 additions and 15 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>0.3.4</version>
<version>0.3.5</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -72,7 +72,7 @@
<!--项目地址 https://github.com/brettwooldridge/HikariCP/ -->
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
<version>4.0.3</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>