Skip to content

Commit 558035e

Browse files
Update dependency org.postgresql:postgresql to v42.7.12
1 parent 66991ee commit 558035e

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)