Skip to content

Commit a5ced22

Browse files
Update dependency org.postgresql:postgresql to v42.7.7 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 277b839 commit a5ced22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/build.gradle.kts

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

2626
// database
2727
implementation(libs.bundles.sadu)
28-
implementation("org.postgresql", "postgresql", "42.7.6")
28+
implementation("org.postgresql", "postgresql", "42.7.7")
2929

3030
// Logging
3131
implementation(libs.bundles.logging)

0 commit comments

Comments
 (0)