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 0e1552f commit d9e5c4b
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
@@ -1,13 +1,13 @@
val rapidsAndRiversVersion = "2024111509181731658731.11009b44c672"
val tbdLibsVersion = "2024.11.15-09.09-08ca346b"
val ktorVersion = "3.0.1"
val postgresqlVersion = "42.7.2"
val postgresqlVersion = "42.7.4"
val wiremockVersion = "3.9.2"
val junitJupiterVersion = "5.11.3"
val jsonAssertVersion = "1.5.1"
val hikariCPVersion = "6.1.0"
val kotliqueryVersion="1.9.0"
val flywayVersion = "9.22.3" // Finnes en major update 🤔
val flywayVersion = "10.21.0" // Finnes en major update 🤔
val mockkVersion = "1.13.9"
val awaitilityVersion = "4.2.0"
val mainClass = "no.nav.helse.spokelse.AppKt"
Expand All @@ -26,7 +26,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:$ktorVersion")
implementation("org.postgresql:postgresql:$postgresqlVersion")
implementation("com.zaxxer:HikariCP:$hikariCPVersion")
implementation("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")
implementation("com.github.seratch:kotliquery:$kotliqueryVersion")

testImplementation("io.mockk:mockk:$mockkVersion")
Expand Down

0 comments on commit d9e5c4b

Please sign in to comment.