Skip to content

Commit d6d89fb

Browse files
Update dependency org.postgresql:postgresql to v42.7.12
1 parent e345d6b commit d6d89fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation(libs.bundles.jackson)
7979

8080
// database
81-
implementation("org.postgresql:postgresql:42.7.11")
81+
implementation("org.postgresql:postgresql:42.7.12")
8282
implementation(libs.bundles.sadu)
8383

8484
// Logging

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencyResolutionManagement {
5757
library("slf4j-noop", "org.slf4j", "slf4j-nop").versionRef("slf4j")
5858
library("slf4j-simple", "org.slf4j", "slf4j-simple").versionRef("slf4j")
5959

60-
library("driver-postgres", "org.postgresql:postgresql:42.7.11")
60+
library("driver-postgres", "org.postgresql:postgresql:42.7.12")
6161

6262
bundle("database-postgres", listOf("testcontainers-junit", "testcontainers-core", "testcontainers-postgres", "driver-postgres"))
6363
}

0 commit comments

Comments
 (0)