We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277b839 commit 0c0551fCopy full SHA for 0c0551f
bot/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
26
// database
27
implementation(libs.bundles.sadu)
28
- implementation("org.postgresql", "postgresql", "42.7.6")
+ implementation("org.postgresql", "postgresql", "42.7.7")
29
30
// Logging
31
implementation(libs.bundles.logging)
0 commit comments