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.
2 parents 5acb9e4 + 7db0856 commit ba0c493Copy full SHA for ba0c493
1 file changed
build.gradle.kts
@@ -25,7 +25,7 @@ val drivers =
25
Triple("h2", "org.h2.Driver", "com.h2database:h2:2.4.240"),
26
Triple("mariadb", "org.mariadb.jdbc.Driver", "org.mariadb.jdbc:mariadb-java-client:3.5.7"),
27
Triple("mysql", "com.mysql.cj.jdbc.Driver", "com.mysql:mysql-connector-j:9.6.0"),
28
- Triple("postgresql", "org.postgresql.Driver", "org.postgresql:postgresql:42.7.9"),
+ Triple("postgresql", "org.postgresql.Driver", "org.postgresql:postgresql:42.7.10"),
29
)
30
31
val downloadSlf4md by tasks.registering(GithubAssetDownload::class) {
0 commit comments