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 b6c5817 commit d618c56Copy full SHA for d618c56
1 file changed
build.gradle.kts
@@ -24,11 +24,11 @@ dependencies {
24
library("com.google.code.gson:gson:2.13.2")
25
library("club.minnced:discord-webhooks:0.8.4")
26
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
27
- library("org.postgresql:postgresql:42.7.7")
+ library("org.postgresql:postgresql:42.7.8")
28
library("de.chojo.sadu:sadu-postgresql:2.3.3")
29
library("de.chojo.sadu:sadu-datasource:2.3.3")
30
library("de.chojo.sadu:sadu-queries:2.3.3")
31
- library("com.zaxxer:HikariCP:6.3.2")
+ library("com.zaxxer:HikariCP:6.3.3")
32
}
33
34
java {
0 commit comments