Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ checkerfraemwork-qual = "4.2.1" # https://github.com/typetools/checker-framework
discordsrv = "1.30.5" # https://github.com/DiscordSRV/DiscordSRV
driver-h2 = "2.4.240" # https://github.com/h2database/h2database
driver-jdbc = "3.53.2.0" # https://github.com/xerial/sqlite-jdbc
driver-mariadb = "3.5.9" # https://github.com/mariadb-corporation/mariadb-connector-j
driver-mysql = "9.7.0" # https://github.com/mysql/mysql-connector-j
exposed = "1.3.1" # https://github.com/JetBrains/Exposed
driver-mariadb = "3.5.10" # https://github.com/mariadb-corporation/mariadb-connector-j
driver-mysql = "26.7.0" # https://github.com/mysql/mysql-connector-j
exposed = "1.4.0" # https://github.com/JetBrains/Exposed
gradle-buildconfig = "6.0.10" # https://github.com/gmazzo/gradle-buildconfig-plugin
gradle-ftp = "0.2.0" # https://github.com/makeevrserg/GradleFtpPlugin
gradle-shadow = "9.6.1" # https://github.com/GradleUp/shadow
Expand All @@ -25,7 +25,7 @@ kotlin-datetime = "0.8.0" # https://github.com/Kotlin/kotlinx-datetime
kotlin-serialization = "1.11.0" # https://github.com/kotlin/kotlinx.serialization
kotlin-serialization-kaml = "0.104.0" # https://github.com/charleskorn/kaml
kotlin-version = "2.4.0" # https://github.com/jetbrains/kotlin
ktor = "3.5.1" # https://github.com/ktorio/ktor
ktor = "3.5.2" # https://github.com/ktorio/ktor
minecraft-astralibs = "3.41.0" # https://github.com/Astra-Interactive/AstraLibs
minecraft-authlib = "6.0.54" # https://mvnrepository.com/artifact/com.mojang/authlib
minecraft-brigadier = "1.3.10" # https://github.com/Mojang/brigadier
Expand All @@ -36,12 +36,12 @@ minecraft-essentialsx = "2.21.2" # https://github.com/EssentialsX/Essentials
minecraft-fabric-api = "0.152.2+" # https://github.com/FabricMC/fabric
minecraft-fabric-kotlin = "1.13.12+" # https://github.com/FabricMC/fabric-language-kotlin
minecraft-fabric-loader = "0.19.3" # https://github.com/FabricMC/fabric-loader
minecraft-fabric-loom = "1.17.17" # https://github.com/FabricMC/fabric-loom
minecraft-fabric-loom = "1.17.19" # https://github.com/FabricMC/fabric-loom
minecraft-fabric-yarn = "1.20.1+build.10" # https://github.com/FabricMC/yarn
minecraft-forge-bus = "6.0.5" # https://github.com/MinecraftForge/EventBus
minecraft-forgegradle = "7.0.31" # https://github.com/MinecraftForge/ForgeGradle
minecraft-forge-bus = "7.0.5" # https://github.com/MinecraftForge/EventBus
minecraft-forgegradle = "7.0.32" # https://github.com/MinecraftForge/ForgeGradle
minecraft-forge-jarjar = "0.2.3"
minecraft-forgerenamer = "1.1.5" # https://github.com/MinecraftForge/renamer
minecraft-forgerenamer = "1.1.7" # https://github.com/MinecraftForge/renamer
minecraft-forgeversion = "1.20.1-47.4.12" # https://github.com/MinecraftForge/MinecraftForge
minecraft-kyori = "5.2.0" # https://github.com/KyoriPowered/adventure
minecraft-luckperms = "5.5" # https://github.com/LuckPerms/LuckPerms
Expand All @@ -50,14 +50,14 @@ minecraft-mockbukkit = "4.113.2" # https://github.com/MockBukkit/MockBukkit
minecraft-mojang-version = "1.20.1" # https://www.minecraft.net
minecraft-neoforged-bus = "8.0.5" # https://github.com/neoforged/Bus
minecraft-neoforgegradle = "7.1.38" # https://github.com/neoforged/NeoGradle
minecraft-neoforgeversion = "21.1.129" # https://github.com/neoforged/NeoForge
minecraft-neoforgeversion = "26.1.2.94" # https://github.com/neoforged/NeoForge
minecraft-packetevents = "2.13.0" # https://github.com/retrooper/packetevents
minecraft-papi = "2.12.3" # https://github.com/PlaceholderAPI/PlaceholderAPI
minecraft-protocollib = "5.4.0" # https://github.com/dmulloy2/ProtocolLib
minecraft-spigot = "26.1.2.build.+" # https://www.spigotmc.org
minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI
minecraft-velocity = "4.1.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
telegrambots = "10.1.1" # https://github.com/rubenlagus/TelegramBots
telegrambots = "10.2.0" # https://github.com/rubenlagus/TelegramBots
tests-junit-bom = "6.1.2" # https://github.com/junit-team/junit5
tests-junit-jupiter-api = "6.1.2" # https://github.com/junit-team/junit5
tests-mockito = "5.23.0" # https://github.com/mockito/mockito
Expand Down
Loading