Skip to content

Commit e1e168f

Browse files
chore(deps): bump HikariCP from 4.+ to 5.0.1
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.+ to 5.0.1. - [Release notes](https://github.com/brettwooldridge/HikariCP/releases) - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/commits/HikariCP-5.0.1) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e88896 commit e1e168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-proxy/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")
3131
testImplementation("org.postgresql:postgresql:42.+")
3232
testImplementation("mysql:mysql-connector-java:8.0.+")
33-
testImplementation("com.zaxxer:HikariCP:4.+") // version 4.+ is compatible with Java 8
33+
testImplementation("com.zaxxer:HikariCP:5.+") // version 5.+ is compatible with Java 8
3434
testImplementation("org.springframework.boot:spring-boot-starter-jdbc:2.7.+")
3535
testImplementation("org.mockito:mockito-inline:4.+")
3636
testImplementation("software.amazon.awssdk:rds:2.17.+")

0 commit comments

Comments
 (0)