Skip to content

Commit d1c58b0

Browse files
Update dependency org.postgresql:postgresql to v42.7.5 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61d9dfb commit d1c58b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
}
2222

2323
// database
24-
implementation("org.postgresql", "postgresql", "42.7.4")
24+
implementation("org.postgresql", "postgresql", "42.7.5")
2525
implementation(libs.bundles.sadu)
2626

2727
// Download api

0 commit comments

Comments
 (0)