Skip to content

Commit

Permalink
bumper flyway og postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Nov 15, 2024
1 parent 1542947 commit 4423727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ val ktorVersion = "3.0.1"
val junitJupiterVersion = "5.11.3"
val testcontainersVersion = "1.20.3"
val mockkVersion = "1.13.13"
val postgresqlVersion = "42.7.2"
val postgresqlVersion = "42.7.4"
val kotliqueryVersion = "1.9.0"
val hikariCPVersion = "6.1.0"
val flywaycoreVersion = "9.15.0"
val flywayVersion = "10.21.0"
val jsonSchemaValidatorVersion = "1.0.73"
val jsonassertVersion = "1.5.1"

Expand All @@ -34,7 +34,7 @@ dependencies {

implementation("com.zaxxer:HikariCP:$hikariCPVersion")
implementation("org.postgresql:postgresql:$postgresqlVersion")
implementation("org.flywaydb:flyway-core:$flywaycoreVersion")
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")
implementation("com.github.seratch:kotliquery:$kotliqueryVersion")

testImplementation("com.github.navikt.tbd-libs:rapids-and-rivers-test:$tbdLibsVersion")
Expand Down

0 comments on commit 4423727

Please sign in to comment.