We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 102b708 + a47c299 commit a24d240Copy full SHA for a24d240
build.gradle.kts
@@ -69,7 +69,7 @@ subprojects {
69
implementation("io.micrometer:micrometer-registry-prometheus:1.12.3")
70
implementation("com.github.seratch:kotliquery:1.9.0")
71
implementation("org.flywaydb:flyway-core:10.8.1")
72
- implementation("org.flywaydb:flyway-database-postgresql:10.8.1")
+ implementation("org.flywaydb:flyway-database-postgresql:10.9.0")
73
implementation("com.zaxxer:HikariCP:5.1.0")
74
implementation("com.github.navikt:vault-jdbc:1.3.10")
75
implementation("org.postgresql:postgresql:42.7.2")
0 commit comments