We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8053fa7 commit a64e2daCopy full SHA for a64e2da
build.gradle.kts
@@ -69,7 +69,7 @@ subprojects {
69
implementation("io.micrometer:micrometer-registry-prometheus:1.12.2")
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.7.1")
+ implementation("org.flywaydb:flyway-database-postgresql:10.8.1")
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.1")
0 commit comments