Skip to content

Commit

Permalink
fix(deps): update dependency com.zaxxer:hikaricp to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and CarmJos committed Jan 17, 2025
1 parent 4abb015 commit 5ddbb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion with-pool/hikaricp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<!--suppress MavenPackageUpdate -->
<version>4.0.3</version>
<version>6.2.1</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 5ddbb4f

Please sign in to comment.