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 810c304 commit ec5a6e7Copy full SHA for ec5a6e7
build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
compileOnly("org.jetbrains", "annotations", "26.0.2")
17
implementation("org.xerial", "sqlite-jdbc", "3.50.3.0")
18
implementation("org.postgresql", "postgresql", "42.7.7")
19
- implementation("com.zaxxer", "HikariCP", "7.0.1")
+ implementation("com.zaxxer", "HikariCP", "7.0.2")
20
21
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
22
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
0 commit comments