We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e88896 commit e1e168fCopy full SHA for e1e168f
driver-proxy/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")
31
testImplementation("org.postgresql:postgresql:42.+")
32
testImplementation("mysql:mysql-connector-java:8.0.+")
33
- testImplementation("com.zaxxer:HikariCP:4.+") // version 4.+ is compatible with Java 8
+ testImplementation("com.zaxxer:HikariCP:5.+") // version 5.+ is compatible with Java 8
34
testImplementation("org.springframework.boot:spring-boot-starter-jdbc:2.7.+")
35
testImplementation("org.mockito:mockito-inline:4.+")
36
testImplementation("software.amazon.awssdk:rds:2.17.+")
0 commit comments