Skip to content

Commit 5ddbb4f

Browse files
renovate[bot]CarmJos
authored andcommitted
fix(deps): update dependency com.zaxxer:hikaricp to v6
1 parent 4abb015 commit 5ddbb4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!--项目地址 https://github.com/brettwooldridge/HikariCP/ -->
7070
<groupId>com.zaxxer</groupId>
7171
<artifactId>HikariCP</artifactId>
72-
<version>4.0.3</version>
72+
<version>6.2.1</version>
7373
</dependency>
7474

7575
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->

with-pool/hikaricp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<groupId>com.zaxxer</groupId>
7575
<artifactId>HikariCP</artifactId>
7676
<!--suppress MavenPackageUpdate -->
77-
<version>4.0.3</version>
77+
<version>6.2.1</version>
7878
<optional>true</optional>
7979
<scope>compile</scope>
8080
</dependency>

0 commit comments

Comments
 (0)