Skip to content

Commit fbef886

Browse files
Update dependency org.postgresql:postgresql to v42.7.12 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1bbe78 commit fbef886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
// database
3030
implementation(libs.bundles.sadu)
31-
implementation("org.postgresql", "postgresql", "42.7.11")
31+
implementation("org.postgresql", "postgresql", "42.7.12")
3232

3333
// Logging
3434
implementation(libs.bundles.logging)

0 commit comments

Comments
 (0)