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 e971eff commit fc818d9Copy full SHA for fc818d9
build.gradle.kts
@@ -68,7 +68,7 @@ tasks {
68
}
69
70
shadowJar {
71
- isEnableRelocation = true
+ enableAutoRelocation = true
72
relocationPrefix = "net.azisaba.kdstatusreloaded.libs"
73
74
gradle/libs.versions.toml
@@ -1,14 +1,14 @@
1
[versions]
2
# plugin
3
-shadow = "8.3.9"
4
-runPaper = "2.3.1" # Latest version for java 8
+shadow = "9.1.0"
+runPaper = "3.0.0"
5
6
# library
7
spigotApi = "1.16.5-R0.1-SNAPSHOT"
8
configLib = "4.6.1"
9
-mysqlConnectorJ = "9.1.0"
10
-hikaricp = "4.0.3"
11
-jdbi = "3.39.1"
+mysqlConnectorJ = "9.4.0"
+hikaricp = "7.0.2"
+jdbi = "3.49.5"
12
flyway = "9.13.0"
13
jspecify = "1.0.0"
14
junit = "5.11.4"
0 commit comments