Skip to content

Commit fcbbfef

Browse files
Update dependency org.postgresql:postgresql to v42.7.11 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58b2c56 commit fcbbfef

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.10")
31+
implementation("org.postgresql", "postgresql", "42.7.11")
3232

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

0 commit comments

Comments
 (0)