1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 07:18:23 +08:00

fix(deps): update dependency com.zaxxer:hikaricp to v6.3.0

This commit is contained in:
renovate[bot]
2025-03-24 23:52:04 +00:00
committed by Carm
parent e7cecfe229
commit 47f1b7b8ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
<!--项目地址 https://github.com/brettwooldridge/HikariCP/ -->
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>6.2.1</version>
<version>6.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
+1 -1
View File
@@ -74,7 +74,7 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<!--suppress MavenPackageUpdate -->
<version>6.2.1</version>
<version>6.3.0</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>