更新jdbc驱动版本

This commit is contained in:
thinkgem
2025-08-06 16:04:03 +08:00
parent f48a2b2aa8
commit fd3a334e32
2 changed files with 10 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.3.62</version>
<version>${dameng.version}</version>
<scope>runtime</scope>
</dependency>
@@ -83,7 +83,7 @@
<dependency>
<groupId>cn.com.kingbase</groupId>
<artifactId>kingbase8</artifactId>
<version>8.6.1</version>
<version>${kingbase.version}</version>
<scope>runtime</scope>
</dependency>