Skip to content

Commit

Permalink
⬆️ Bump postgresql-driver pga. CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
chsko committed Feb 21, 2024
1 parent 3fd948e commit bfbbc40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val hikariCPVersion = "5.1.0"
val flywayCoreVersion = "10.7.2"
val kotliqueryVersion = "1.9.0"
val mockkVersion = "1.13.9"
val postgresqlVersion = "42.7.1"
val postgresqlVersion = "42.7.2"

plugins {
kotlin("jvm") version "1.9.22"
Expand Down
2 changes: 1 addition & 1 deletion spesialist-migrering/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val testcontainersVersion = "1.19.5"
val cloudSqlVersion = "1.15.2"
val postgresqlVersion = "42.7.1"
val postgresqlVersion = "42.7.2"

dependencies {
implementation("org.postgresql:postgresql:$postgresqlVersion")
Expand Down
2 changes: 1 addition & 1 deletion spesialist-opprydding-dev/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val testcontainersVersion = "1.19.5"
val cloudSqlVersion = "1.15.2"
val postgresqlVersion = "42.7.1"
val postgresqlVersion = "42.7.2"

val mainClass = "no.nav.helse.opprydding.AppKt"

Expand Down

0 comments on commit bfbbc40

Please sign in to comment.