We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d9dfb commit d1c58b0Copy full SHA for d1c58b0
build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
}
22
23
// database
24
- implementation("org.postgresql", "postgresql", "42.7.4")
+ implementation("org.postgresql", "postgresql", "42.7.5")
25
implementation(libs.bundles.sadu)
26
27
// Download api
0 commit comments