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 across 1 directory with 14 updates #62

Closed
wants to merge 1 commit into from
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
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[versions]
# Kotlin
kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin
kotlin-coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-json = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization
kotlin-kaml = "0.66.0" # https://github.com/charleskorn/kaml
kotlin-coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-json = "1.8.0" # https://github.com/Kotlin/kotlinx.serialization
kotlin-kaml = "0.67.0" # https://github.com/charleskorn/kaml

# Drivers
driver-jdbc = "3.47.1.0" # https://github.com/xerial/sqlite-jdbc
driver-jdbc = "3.47.2.0" # https://github.com/xerial/sqlite-jdbc
driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j

# klibs
klibs-gradleplugin = "1.5.0-alpha02" # https://github.com/makeevrserg/gradle-plugin
klibs-mikro = "1.8.11" # https://github.com/makeevrserg/klibs.mikro
klibs-mikro = "1.8.12" # https://github.com/makeevrserg/klibs.mikro
klibs-kdi = "1.4.8" # https://github.com/makeevrserg/klibs.kdi
klibs-kstorage = "3.2.1" # https://github.com/makeevrserg/klibs.kstorage
klibs-kstorage = "3.2.2" # https://github.com/makeevrserg/klibs.kstorage

# 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.3.0" # https://github.com/dmulloy2/ProtocolLib
minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI
minecraft-astralibs = "3.17.1" # https://github.com/Astra-Interactive/AstraLibs
minecraft-astralibs = "3.19.1" # https://github.com/Astra-Interactive/AstraLibs
minecraft-bstats = "3.1.0" # https://github.com/Bastian/bStats
minecraft-mockbukkit = "4.12.0" #https://github.com/MockBukkit/MockBukkit
minecraft-mockbukkit = "4.25.0" #https://github.com/MockBukkit/MockBukkit

# Exposed
ktor = "2.3.12"
Expand Down
Loading