Skip to content

Commit fc818d9

Browse files
committed
feat: upgrade many dependencies to latest
1 parent e971eff commit fc818d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tasks {
6868
}
6969

7070
shadowJar {
71-
isEnableRelocation = true
71+
enableAutoRelocation = true
7272
relocationPrefix = "net.azisaba.kdstatusreloaded.libs"
7373
}
7474

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
# plugin
3-
shadow = "8.3.9"
4-
runPaper = "2.3.1" # Latest version for java 8
3+
shadow = "9.1.0"
4+
runPaper = "3.0.0"
55

66
# library
77
spigotApi = "1.16.5-R0.1-SNAPSHOT"
88
configLib = "4.6.1"
9-
mysqlConnectorJ = "9.1.0"
10-
hikaricp = "4.0.3"
11-
jdbi = "3.39.1"
9+
mysqlConnectorJ = "9.4.0"
10+
hikaricp = "7.0.2"
11+
jdbi = "3.49.5"
1212
flyway = "9.13.0"
1313
jspecify = "1.0.0"
1414
junit = "5.11.4"

0 commit comments

Comments
 (0)