We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7cf6f commit 21bca91Copy full SHA for 21bca91
1 file changed
bot/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
26
// database
27
implementation(libs.bundles.sadu)
28
- implementation("org.postgresql", "postgresql", "42.7.7")
+ implementation("org.postgresql", "postgresql", "42.7.10")
29
30
// Logging
31
implementation(libs.bundles.logging)
0 commit comments