Skip to content

Commit 17a488a

Browse files
test postgres version upgrade
1 parent 307e8f5 commit 17a488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/src/test/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3737

3838
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")
39-
testImplementation("org.postgresql:postgresql:42.5.0")
39+
testImplementation("org.postgresql:postgresql:42.7.1")
4040
testImplementation("mysql:mysql-connector-java:8.0.30")
4141
testImplementation("org.mariadb.jdbc:mariadb-java-client:3.1.0")
4242
testImplementation("com.zaxxer:HikariCP:4.+") // version 4.+ is compatible with Java 8

0 commit comments

Comments
 (0)