Skip to content

Commit

Permalink
test postgres version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchung-bitquill committed Feb 21, 2024
1 parent 13527e0 commit 45832d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/src/test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

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

0 comments on commit 45832d0

Please sign in to comment.