1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

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

This commit is contained in:
renovate[bot]
2025-01-17 20:33:42 +00:00
committed by Carm
parent 4abb0152ae
commit 5ddbb4f09f
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>4.0.3</version>
<version>6.2.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->