|
3 | 3 | kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin |
4 | 4 | kotlin-coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines |
5 | 5 | kotlin-json = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization |
6 | | -kotlin-kaml = "0.61.0" # https://github.com/charleskorn/kaml |
| 6 | +kotlin-kaml = "0.66.0" # https://github.com/charleskorn/kaml |
7 | 7 |
|
8 | 8 | # Drivers |
9 | | -driver-jdbc = "3.46.1.3" # https://github.com/xerial/sqlite-jdbc |
| 9 | +driver-jdbc = "3.47.1.0" # https://github.com/xerial/sqlite-jdbc |
10 | 10 | driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j |
11 | 11 |
|
12 | 12 | # Minecraft |
13 | 13 | minecraft-version = "1.21" |
14 | 14 | minecraft-velocity = "3.3.0-SNAPSHOT" # https://github.com/PaperMC/Velocity |
15 | 15 | minecraft-spigot = "1.21-R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper |
16 | 16 | minecraft-papi = "2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI |
17 | | -minecraft-protocollib = "5.1.0" |
| 17 | +minecraft-protocollib = "5.3.0" |
18 | 18 | minecraft-wg = "7.0.7" |
19 | 19 | minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI |
20 | 20 | minecraft-coreprotect = "21.2" |
21 | | -minecraft-astralibs = "3.15.0" |
| 21 | +minecraft-astralibs = "3.17.0" # https://github.com/Astra-Interactive/AstraLibs |
22 | 22 | minecraft-bstats = "3.1.0" |
23 | | -minecraft-mockbukkit = "3.133.0" |
| 23 | +minecraft-mockbukkit = "4.9.0" |
24 | 24 |
|
25 | 25 | # Testing |
26 | 26 | tests-org-testing = "7.10.2" |
27 | 27 | tests-junit = "4.12" |
28 | 28 | tests-mockito = "4.0.0" |
29 | | -tests-junit-jupiter-api = "5.11.2" |
30 | | -tests-junit-bom = "5.11.2" |
| 29 | +tests-junit-jupiter-api = "5.11.3" |
| 30 | +tests-junit-bom = "5.11.3" |
31 | 31 |
|
32 | 32 | # Fabric |
33 | | -minecraft-fabric-loom = "1.8.9" |
34 | | -minecraft-fabric-kotlin = "1.12.3+" |
35 | | -minecraft-fabric-loader = "0.16.7" |
36 | | -minecraft-fabric-api = "0.105.4+" |
| 33 | +minecraft-fabric-loom = "1.9.1" |
| 34 | +minecraft-fabric-kotlin = "1.13.0+" |
| 35 | +minecraft-fabric-loader = "0.16.9" |
| 36 | +minecraft-fabric-api = "0.110.3+" |
37 | 37 | minecraft-fabric-yarn = "1.21+build.2" |
38 | 38 |
|
39 | 39 | # Shadow |
40 | 40 | gradle-shadow = "8.1.1" |
41 | 41 |
|
42 | 42 | # BuildConfig |
43 | | -gradle-buildconfig = "5.5.0" |
| 43 | +gradle-buildconfig = "5.5.1" |
44 | 44 |
|
45 | 45 | # Exposed |
46 | | -exposed = "0.55.0" |
| 46 | +exposed = "0.56.0" |
47 | 47 |
|
48 | 48 | # klibs |
49 | | -klibs-gradleplugin = "1.4.0" # https://github.com/makeevrserg/gradle-plugin |
50 | | -klibs-kstorage = "3.1.3" # https://github.com/makeevrserg/klibs.kstorage |
| 49 | +klibs-gradleplugin = "1.5.0-alpha02" # https://github.com/makeevrserg/gradle-plugin |
| 50 | +klibs-kstorage = "3.2.0" # https://github.com/makeevrserg/klibs.kstorage |
51 | 51 | klibs-mikro = "1.8.8" # https://github.com/makeevrserg/klibs.mikro |
52 | 52 |
|
53 | 53 | [bundles] |
|
0 commit comments