We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307e8f5 commit 17a488aCopy full SHA for 17a488a
wrapper/src/test/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
37
38
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")
39
- testImplementation("org.postgresql:postgresql:42.5.0")
+ testImplementation("org.postgresql:postgresql:42.7.1")
40
testImplementation("mysql:mysql-connector-java:8.0.30")
41
testImplementation("org.mariadb.jdbc:mariadb-java-client:3.1.0")
42
testImplementation("com.zaxxer:HikariCP:4.+") // version 4.+ is compatible with Java 8
0 commit comments