Skip to content

Commit

Permalink
bumper avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Aug 22, 2024
1 parent 0406ffb commit e850715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ repositories {
}

dependencies {
implementation("com.github.navikt:rapids-and-rivers:2024082010411724143294.7221e391eba8")
implementation("com.github.navikt:rapids-and-rivers:2024082209261724311613.5baa691b9e0a")

implementation("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.postgresql:postgresql:42.7.3")
implementation("com.github.seratch:kotliquery:1.9.0")

testImplementation("com.github.navikt.tbd-libs:postgres-testdatabaser:2024.05.31-08.02-2c3441c1")
testImplementation("com.github.navikt.tbd-libs:postgres-testdatabaser:2024.08.22-09.21-bd982a56")

testImplementation("org.junit.jupiter:junit-jupiter:$junitJupiterVersion")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit e850715

Please sign in to comment.