1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-16 20:51: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
@@ -74,7 +74,7 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<!--suppress MavenPackageUpdate -->
<version>7.0.2</version>
<version>7.1.0</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>