Skip to content

Commit

Permalink
Security: fix trivy critical for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Feb 26, 2024
1 parent d3f5ef7 commit b06f62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib")
runtimeOnly("org.postgresql:postgresql:42.7.0")
runtimeOnly("org.postgresql:postgresql:42.7.2")
implementation("org.flywaydb:flyway-core:9.22.3")
implementation("org.n52.jackson:jackson-datatype-jts:1.2.10") {
exclude(group = "org.locationtech.jts", module = "jts-core")
Expand Down

0 comments on commit b06f62b

Please sign in to comment.