Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the versions group with 14 updates #38

Merged
merged 2 commits into from
Sep 2, 2024
Merged
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makeevrserg.java.ktarget=21
# Project
makeevrserg.project.name=AstraRating
makeevrserg.project.group=ru.astrainteractive.astrarating
makeevrserg.project.version.string=1.18.7
makeevrserg.project.version.string=1.18.8
makeevrserg.project.description=Rating plugin for EmpireProjekt
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://empireprojekt.ru
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Kotlin
kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin
kotlin-coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-json = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization
kotlin-json = "1.7.2" # https://github.com/Kotlin/kotlinx.serialization
kotlin-kaml = "0.61.0" # https://github.com/charleskorn/kaml

# Drivers
Expand All @@ -11,25 +11,25 @@ driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j

# klibs
klibs-gradleplugin = "1.3.4" # https://github.com/makeevrserg/gradle-plugin
klibs-mikro = "1.8.7" # https://github.com/makeevrserg/klibs.mikro
klibs-kdi = "1.4.7" # https://github.com/makeevrserg/klibs.kdi
klibs-mikro = "1.8.8" # https://github.com/makeevrserg/klibs.mikro
klibs-kdi = "1.4.8" # https://github.com/makeevrserg/klibs.kdi

# Minecraft
minecraft-velocity = "4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
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.12.2" # https://github.com/Astra-Interactive/AstraLibs
minecraft-astralibs = "3.13.0" # https://github.com/Astra-Interactive/AstraLibs
minecraft-bstats = "3.0.3" # https://github.com/Bastian/bStats
minecraft-mockbukkit = "3.113.0" #https://github.com/MockBukkit/MockBukkit
minecraft-mockbukkit = "3.120.0" #https://github.com/MockBukkit/MockBukkit

# BuildConfig
gradle-buildconfig = "5.4.0" # https://github.com/gmazzo/gradle-buildconfig-plugin


# Exposed
exposed = "0.53.0" # https://github.com/JetBrains/Exposed
exposed = "0.54.0" # https://github.com/JetBrains/Exposed

[libraries]
# Kotlin
Expand Down
Loading