We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487ef6a commit a309ae7Copy full SHA for a309ae7
build.gradle.kts
@@ -7,10 +7,10 @@ val dusseldorfKtorVersion = "4.2.1"
7
val jsonassertVersion = "1.5.1"
8
9
// Database
10
-val flywayVersion = "10.7.2"
+val flywayVersion = "10.8.1"
11
val hikariVersion = "5.1.0"
12
val kotliqueryVersion = "1.9.0"
13
-val postgresVersion = "42.7.1"
+val postgresVersion = "42.7.2"
14
val embeddedPostgres = "2.0.6"
15
val embeddedPostgresBinaries = "12.9.0"
16
0 commit comments