Skip to content

Commit 0514ca5

Browse files
committed
Use HikariCP 4.x to be compatible with Java 8
1 parent d44ca92 commit 0514ca5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql-backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:latest.release"
77

88
testRuntimeOnly "org.postgresql:postgresql:latest.release"
9-
testImplementation "com.zaxxer:HikariCP:latest.release"
9+
testImplementation "com.zaxxer:HikariCP:[4.0.0, 5.0.0)"
1010
testImplementation 'org.testcontainers:testcontainers:latest.release'
1111
testImplementation project(':mongo-java-server-test-common')
1212
}

postgresql-backend/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ com.fasterxml.jackson:jackson-bom:2.12.4=compileClasspath,default,runtimeClasspa
1111
com.github.docker-java:docker-java-api:3.2.11=testCompileClasspath,testRuntimeClasspath
1212
com.github.docker-java:docker-java-transport-zerodep:3.2.11=testCompileClasspath,testRuntimeClasspath
1313
com.github.docker-java:docker-java-transport:3.2.11=testCompileClasspath,testRuntimeClasspath
14-
com.zaxxer:HikariCP:5.0.0=testCompileClasspath,testRuntimeClasspath
14+
com.zaxxer:HikariCP:4.0.3=testCompileClasspath,testRuntimeClasspath
1515
io.netty:netty-buffer:4.1.66.Final=default,runtimeClasspath,testRuntimeClasspath
1616
io.netty:netty-codec:4.1.66.Final=default,runtimeClasspath,testRuntimeClasspath
1717
io.netty:netty-common:4.1.66.Final=default,runtimeClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)