We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082b835 commit 0eaa849Copy full SHA for 0eaa849
build.gradle.kts
@@ -12,13 +12,13 @@ val smCommonVersion = "2.0.8"
12
val mockkVersion = "1.13.10"
13
val nimbusdsVersion = "9.39"
14
val hikariVersion = "5.1.0"
15
-val flywayVersion = "10.12.0"
+val flywayVersion = "10.13.0"
16
val postgresVersion = "42.7.3"
17
val testContainerVersion = "1.19.8"
18
val kotlinVersion = "1.9.24"
19
val swaggerUiVersion = "5.17.2"
20
val kotestVersion = "5.9.0"
21
-val googlePostgresVersion = "1.18.0"
+val googlePostgresVersion = "1.18.1"
22
val googleOauthVersion = "1.36.0"
23
val ktfmtVersion = "0.44"
24
val snappyJavaVersion = "1.1.10.5"
0 commit comments