22# Kotlin
33kotlin-version = " 2.0.0" # https://github.com/JetBrains/kotlin
44kotlin-benchmark = " 0.4.13" # https://github.com/Kotlin/kotlinx-benchmark
5- kotlin-coroutines = " 1.9.0 " # https://github.com/Kotlin/kotlinx.coroutines
6- kotlin-json = " 1.7.3 " # https://github.com/Kotlin/kotlinx.serialization
7- kotlin-kaml = " 0.66 .0" # https://github.com/charleskorn/kaml
5+ kotlin-coroutines = " 1.10.1 " # https://github.com/Kotlin/kotlinx.coroutines
6+ kotlin-json = " 1.8.0 " # https://github.com/Kotlin/kotlinx.serialization
7+ kotlin-kaml = " 0.67 .0" # https://github.com/charleskorn/kaml
88
99# Drivers
10- driver-jdbc = " 3.47.1 .0" # https://github.com/xerial/sqlite-jdbc
10+ driver-jdbc = " 3.48.0 .0" # https://github.com/xerial/sqlite-jdbc
1111driver-mysql = " 8.0.33" # https://github.com/mysql/mysql-connector-j
1212driver-h2 = " 2.3.232" # https://github.com/h2database/h2database
1313
1414# klibs
1515klibs-gradleplugin = " 1.5.0-alpha02" # https://github.com/makeevrserg/gradle-plugin
16- klibs-mikro = " 1.8.11 " # https://github.com/makeevrserg/klibs.mikro
16+ klibs-mikro = " 1.8.13 " # https://github.com/makeevrserg/klibs.mikro
1717klibs-kdi = " 1.4.8" # https://github.com/makeevrserg/klibs.kdi
18- klibs-kstorage = " 3.2.1 " # https://github.com/makeevrserg/klibs.kstorage
18+ klibs-kstorage = " 3.2.3 " # https://github.com/makeevrserg/klibs.kstorage
1919
2020# Minecraft
2121minecraft-velocity = " 4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
22- minecraft-spigot = " 1.21.1 -R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper
22+ minecraft-spigot = " 1.21.3 -R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper
2323minecraft-papi = " 2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI
2424minecraft-protocollib = " 5.3.0" # https://github.com/dmulloy2/ProtocolLib
2525minecraft-vault = " 1.7.1" # https://github.com/MilkBowl/VaultAPI
26- minecraft-astralibs = " 3.17.1 " # https://github.com/Astra-Interactive/AstraLibs
26+ minecraft-astralibs = " 3.19.2 " # https://github.com/Astra-Interactive/AstraLibs
2727minecraft-bstats = " 3.1.0" # https://github.com/Bastian/bStats
28- minecraft-mockbukkit = " 4.12 .0" # https://github.com/MockBukkit/MockBukkit
28+ minecraft-mockbukkit = " 4.27 .0" # https://github.com/MockBukkit/MockBukkit
2929minecraft-luckperms = " 5.4" # https://github.com/LuckPerms/LuckPerms
3030minecraft-essentialsx = " 2.20.1" # https://github.com/EssentialsX/Essentials
31- minecraft-towny = " 0.101.0.1 " # https://github.com/TownyAdvanced/Towny
32- minecraft-packetevents = " 2.6 .0" # https://github.com/retrooper/packetevents
31+ minecraft-towny = " 0.101.1.0 " # https://github.com/TownyAdvanced/Towny
32+ minecraft-packetevents = " 2.7 .0" # https://github.com/retrooper/packetevents
3333
3434# Shadow
3535gradle-shadow = " 8.0.0" # https://github.com/johnrengelman/shadow
@@ -38,14 +38,14 @@ gradle-shadow = "8.0.0" # https://github.com/johnrengelman/shadow
3838gradle-buildconfig = " 5.5.1" # https://github.com/gmazzo/gradle-buildconfig-plugin
3939
4040# Exposed
41- exposed = " 0.57 .0" # https://github.com/JetBrains/Exposed
41+ exposed = " 0.58 .0" # https://github.com/JetBrains/Exposed
4242
4343# DisordSrv
4444discordsrv = " 1.29.0" # https://github.com/DiscordSRV/DiscordSRV
4545
4646# Mockito
47- mockito = " 5.14 .2" # https://github.com/mockito/mockito
48- cache4k = " 0.13 .0" # https://github.com/ReactiveCircus/cache4k
47+ mockito = " 5.15 .2" # https://github.com/mockito/mockito
48+ cache4k = " 0.14 .0" # https://github.com/ReactiveCircus/cache4k
4949
5050
5151[libraries ]
0 commit comments