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 28 updates #34

Closed
wants to merge 2 commits 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
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ minecraft {
}

dependencies {
minecraft("net.minecraftforge:forge:1.21-51.0.17")
minecraft("net.minecraftforge:forge:1.21.1-52.0.16")
// AstraLibs
implementation(libs.minecraft.astralibs.core)
implementation(libs.minecraft.astralibs.command)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ makeevrserg.java.ktarget=21
# Project
makeevrserg.project.name=AstraTemplate
makeevrserg.project.group=ru.astrainteractive.astratemplate
makeevrserg.project.version.string=7.5.3
makeevrserg.project.version.string=7.5.4
makeevrserg.project.description=Template plugin for EmpireProjekt
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/Astra-Interactive/AstraTemplate
36 changes: 18 additions & 18 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
[versions]
# 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.0" # 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" # https://github.com/xerial/sqlite-jdbc
driver-jdbc = "3.46.1.3" # https://github.com/xerial/sqlite-jdbc
driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j

# Minecraft
minecraft-version = "1.21"
minecraft-velocity = "3.3.0-SNAPSHOT" # https://github.com/PaperMC/Velocity
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"
minecraft-wg = "7.0.7"
minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI
minecraft-coreprotect = "21.2"
minecraft-astralibs = "3.9.0"
minecraft-bstats = "3.0.2"
minecraft-mockbukkit = "v3.92.1"
minecraft-astralibs = "3.15.0"
minecraft-bstats = "3.1.0"
minecraft-mockbukkit = "3.131.0"

# Testing
tests-org-testing = "7.10.2"
tests-junit = "4.12"
tests-mockito = "4.0.0"
tests-junit-jupiter-api = "5.10.2"
tests-junit-bom = "5.10.2"
tests-junit-jupiter-api = "5.11.2"
tests-junit-bom = "5.11.2"

# Fabric
minecraft-fabric-loom = "1.6-SNAPSHOT"
minecraft-fabric-kotlin = "1.11.0+kotlin.2.0.0"
minecraft-fabric-loader = "0.15.11"
minecraft-fabric-api = "0.100.3+1.21"
minecraft-fabric-loom = "1.8.6"
minecraft-fabric-kotlin = "1.12.2+"
minecraft-fabric-loader = "0.16.5"
minecraft-fabric-api = "0.105.2+"
minecraft-fabric-yarn = "1.21+build.2"

# Shadow
gradle-shadow = "8.1.1"

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

# Exposed
exposed = "0.51.1"
exposed = "0.55.0"

# klibs
klibs-gradleplugin = "1.3.4" # https://github.com/makeevrserg/gradle-plugin
klibs-kstorage = "2.0.1" # https://github.com/makeevrserg/klibs.kstorage
klibs-mikro = "1.8.4" # https://github.com/makeevrserg/klibs.mikro
klibs-kdi = "1.4.5" # 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

[bundles]
exposed = ["exposed-java-time", "exposed-jdbc", "exposed-dao", "exposed-core"]
Expand Down
Loading