Skip to content
Open
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
cache4k = "0.14.0" # https://github.com/ReactiveCircus/cache4k
checkerfraemwork-qual = "3.12.0" # https://github.com/typetools/checker-framework/
checkerfraemwork-qual = "4.2.0" # 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
Expand All @@ -9,7 +9,7 @@ driver-mysql = "9.7.0" # https://github.com/mysql/mysql-connector-j
exposed = "1.3.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.4.2" # https://github.com/GradleUp/shadow
gradle-shadow = "9.4.3" # https://github.com/GradleUp/shadow
gson = "2.14.0" # https://github.com/google/gson
guava = "33.6.0-jre" # https://github.com/google/guava
jda = "6.4.2" # https://github.com/discord-jda/JDA
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.0" # https://github.com/ktorio/ktor
ktor = "3.5.1" # 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,14 +36,14 @@ 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.12" # https://github.com/FabricMC/fabric-loom
minecraft-fabric-loom = "1.17.13" # 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.29" # https://github.com/MinecraftForge/ForgeGradle
minecraft-forge-bus = "7.0.5" # https://github.com/MinecraftForge/EventBus
minecraft-forgegradle = "7.0.31" # https://github.com/MinecraftForge/ForgeGradle
minecraft-forge-jarjar = "0.2.3"
minecraft-forgerenamer = "1.1.2" # https://github.com/MinecraftForge/renamer
minecraft-forgerenamer = "1.1.3" # https://github.com/MinecraftForge/renamer
minecraft-forgeversion = "1.20.1-47.4.12" # https://github.com/MinecraftForge/MinecraftForge
minecraft-kyori = "5.1.1" # https://github.com/KyoriPowered/adventure
minecraft-kyori = "5.2.0" # https://github.com/KyoriPowered/adventure
minecraft-luckperms = "5.5" # https://github.com/LuckPerms/LuckPerms
minecraft-mcprotocollib = "26.1-SNAPSHOT" # https://github.com/GeyserMC/MCProtocolLib
minecraft-mockbukkit = "4.113.2" # https://github.com/MockBukkit/MockBukkit
Expand All @@ -56,10 +56,10 @@ minecraft-papi = "2.12.2" # 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 = "3.5.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
minecraft-velocity = "4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
telegrambots = "10.0.0" # https://github.com/rubenlagus/TelegramBots
tests-junit-bom = "6.1.0" # https://github.com/junit-team/junit5
tests-junit-jupiter-api = "6.1.0" # https://github.com/junit-team/junit5
tests-junit-bom = "6.1.1" # https://github.com/junit-team/junit5
tests-junit-jupiter-api = "6.1.1" # https://github.com/junit-team/junit5
tests-mockito = "5.23.0" # https://github.com/mockito/mockito
tests-org-testing = "7.12.0" # https://github.com/testng-team/testng
tests-turbine = "1.2.1" # https://github.com/cashapp/turbine
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
54 changes: 34 additions & 20 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

171 changes: 82 additions & 89 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading