diff --git a/gradle.properties b/gradle.properties index bfee2be..445b79b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ makeevrserg.java.ktarget=21 # Project makeevrserg.project.name=AstraRating makeevrserg.project.group=ru.astrainteractive.astrarating -makeevrserg.project.version.string=1.17.4 +makeevrserg.project.version.string=1.17.5 makeevrserg.project.description=Rating plugin for EmpireProjekt makeevrserg.project.developers=makeevrserg|Makeev Roman|makeevrserg@gmail.com makeevrserg.project.url=https://empireprojekt.ru diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e97fe7d..9fd7d11 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,9 +10,9 @@ driver-jdbc = "3.46.0.0" # https://github.com/xerial/sqlite-jdbc driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j # klibs -klibs-gradleplugin = "1.3.3" # https://github.com/makeevrserg/gradle-plugin +klibs-gradleplugin = "1.3.4" # https://github.com/makeevrserg/gradle-plugin klibs-mikro = "1.8.4" # https://github.com/makeevrserg/klibs.mikro -klibs-kdi = "1.4.4" # https://github.com/makeevrserg/klibs.kdi +klibs-kdi = "1.4.5" # https://github.com/makeevrserg/klibs.kdi # Minecraft minecraft-velocity = "4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity @@ -20,9 +20,9 @@ minecraft-spigot = "1.21-R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper minecraft-papi = "2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI minecraft-protocollib = "5.1.0" # https://github.com/dmulloy2/ProtocolLib minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI -minecraft-astralibs = "3.7.1" # https://github.com/Astra-Interactive/AstraLibs +minecraft-astralibs = "3.9.0" # https://github.com/Astra-Interactive/AstraLibs minecraft-bstats = "3.0.2" # https://github.com/Bastian/bStats -minecraft-mockbukkit = "v3.90.0" #https://github.com/MockBukkit/MockBukkit +minecraft-mockbukkit = "v3.92.1" #https://github.com/MockBukkit/MockBukkit # BuildConfig gradle-buildconfig = "5.3.5" # https://github.com/gmazzo/gradle-buildconfig-plugin