1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-16 12:41:15 +08:00

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

This commit is contained in:
renovate[bot]
2026-06-14 22:08:46 +00:00
committed by GitHub
parent b81b057954
commit fbb20a82ff
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>7.0.2</version>
<version>7.1.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->