Skip to content

Bump the versions group across 1 directory with 18 updates #26

Closed
wants to merge 1 commit into from
Closed
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
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
# Kotlin
kotlin-version = "1.9.23" # 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-kaml = "0.60.0" # https://github.com/charleskorn/kaml
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.61.0" # https://github.com/charleskorn/kaml

# Drivers
driver-jdbc = "3.46.0.0"
driver-jdbc = "3.46.1.0"
driver-mysql = "8.0.33"

# Minecraft
Expand All @@ -19,8 +19,8 @@ minecraft-wg = "7.0.7"
minecraft-vault = "1.7.1"
minecraft-coreprotect = "21.2"
minecraft-astralibs = "2.28.0"
minecraft-bstats = "3.0.2"
minecraft-mockbukkit = "3.93.0"
minecraft-bstats = "3.1.0"
minecraft-mockbukkit = "3.128.0"

# Testing
tests-org-testing = "7.1.0"
Expand All @@ -30,13 +30,13 @@ tests-junit-jupiter-api = "5.9.1"
tests-junit-bom = "5.7.0"

# Fabric
minecraft-fabric-loom = "1.7.2"
minecraft-fabric-kotlin = "1.11.0+"
minecraft-fabric-loader = "0.16.0"
minecraft-fabric-api = "0.100.7+"
minecraft-fabric-loom = "1.7.4"
minecraft-fabric-kotlin = "1.12.2+"
minecraft-fabric-loader = "0.16.5"
minecraft-fabric-api = "0.104.2+"

# Forge
minecraft-forge-net = "6.0.25"
minecraft-forge-net = "6.0.29"
minecrft-forge-version = "1.19.2-43.1.52"

# klibs
Expand All @@ -46,10 +46,10 @@ klibs-gradleplugin = "1.3.4" # https://github.com/makeevrserg/gradle-plugin
gradle-shadow = "8.0.0"

# BuildConfig
gradle-buildconfig = "5.4.0"
gradle-buildconfig = "5.5.0"

# Exposed
exposed = "0.52.0"
exposed = "0.54.0"

[libraries]
# Kotlin
Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
testImplementation(libs.bundles.testing.kotlin)
testImplementation(libs.tests.kotlin.test)
testImplementation(libs.minecraft.paper.api)
testImplementation("com.github.MockBukkit:MockBukkit:3.93.0")
testImplementation("org.mockito:mockito-core:5.12.0")
testImplementation("com.github.MockBukkit:MockBukkit:3.128.0")
testImplementation("org.mockito:mockito-core:5.13.0")
// Spigot dependencies
compileOnly(libs.minecraft.paper.api)
implementation(libs.minecraft.bstats)
Expand Down
Loading