From 290f58f543eff6d2b45ec2909c52e785806be615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:22:36 +0000 Subject: [PATCH] build(deps): bump the versions group across 1 directory with 8 updates Bumps the versions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [net.minecraftforge:forge](https://github.com/MinecraftForge/MinecraftForge) | `1.21.4-54.0.17` | `1.21.8-58.1.0` | | [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.92.0` | `0.94.0` | | com.velocitypowered:velocity-api | `3.4.0-SNAPSHOT` | `4.0.0-SNAPSHOT` | | net.fabricmc:fabric-language-kotlin | `1.13.1+` | `1.13.5+kotlin.2.2.10` | | net.fabricmc:fabric-loader | `0.16.10` | `0.17.2` | | [net.fabricmc.fabric-api:fabric-api](https://github.com/FabricMC/fabric) | `0.116.0+` | `0.133.4+1.21.9` | | [ru.astrainteractive.klibs:mikro-core](https://github.com/makeevrserg/klibs.mikro) | `1.12.0` | `1.13.0` | | fabric-loom | `1.10.1` | `1.11.8` | Updates `net.minecraftforge:forge` from 1.21.4-54.0.17 to 1.21.8-58.1.0 - [Commits](https://github.com/MinecraftForge/MinecraftForge/commits) Updates `com.charleskorn.kaml:kaml` from 0.92.0 to 0.94.0 - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](https://github.com/charleskorn/kaml/compare/0.92.0...0.94.0) Updates `com.velocitypowered:velocity-api` from 3.4.0-SNAPSHOT to 4.0.0-SNAPSHOT Updates `net.fabricmc:fabric-language-kotlin` from 1.13.1+ to 1.13.5+kotlin.2.2.10 Updates `net.fabricmc:fabric-loader` from 0.16.10 to 0.17.2 Updates `net.fabricmc.fabric-api:fabric-api` from 0.116.0+ to 0.133.4+1.21.9 - [Release notes](https://github.com/FabricMC/fabric/releases) - [Commits](https://github.com/FabricMC/fabric/commits) Updates `ru.astrainteractive.klibs:mikro-core` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/makeevrserg/klibs.mikro/releases) - [Commits](https://github.com/makeevrserg/klibs.mikro/compare/1.12.0...1.13.0) Updates `fabric-loom` from 1.10.1 to 1.11.8 --- updated-dependencies: - dependency-name: net.minecraftforge:forge dependency-version: 1.21.8-58.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: com.charleskorn.kaml:kaml dependency-version: 0.94.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: com.velocitypowered:velocity-api dependency-version: 4.0.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-major dependency-group: versions - dependency-name: net.fabricmc:fabric-language-kotlin dependency-version: 1.13.5+kotlin.2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: net.fabricmc:fabric-loader dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: net.fabricmc.fabric-api:fabric-api dependency-version: 0.133.4+1.21.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: ru.astrainteractive.klibs:mikro-core dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: fabric-loom dependency-version: 1.11.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 14 +++++++------- instances/forge/build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d589bb3..e65a460 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin-version = "2.2.0" # https://github.com/JetBrains/kotlin kotlin-coroutines = "1.10.2" # https://github.com/Kotlin/kotlinx.coroutines kotlin-json = "1.9.0" # https://github.com/Kotlin/kotlinx.serialization -kotlin-kaml = "0.92.0" # https://github.com/charleskorn/kaml +kotlin-kaml = "0.94.0" # https://github.com/charleskorn/kaml # Drivers driver-jdbc = "3.50.3.0" # https://github.com/xerial/sqlite-jdbc @@ -11,7 +11,7 @@ driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j # Minecraft minecraft-version = "1.21" -minecraft-velocity = "3.4.0-SNAPSHOT" # https://github.com/PaperMC/Velocity +minecraft-velocity = "4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity minecraft-spigot = "1.21.4-R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper minecraft-papi = "2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI minecraft-protocollib = "5.3.0" @@ -30,10 +30,10 @@ tests-junit-jupiter-api = "5.13.4" tests-junit-bom = "5.13.4" # Fabric -minecraft-fabric-loom = "1.10.1" -minecraft-fabric-kotlin = "1.13.1+" -minecraft-fabric-loader = "0.16.10" -minecraft-fabric-api = "0.116.0+" +minecraft-fabric-loom = "1.11.8" +minecraft-fabric-kotlin = "1.13.5+" +minecraft-fabric-loader = "0.17.2" +minecraft-fabric-api = "0.133.4+" minecraft-fabric-yarn = "1.21+build.2" # Shadow @@ -48,7 +48,7 @@ exposed = "0.61.0" # klibs klibs-gradleplugin = "1.10.0" # https://github.com/makeevrserg/gradle-plugin klibs-kstorage = "4.2.2" # https://github.com/makeevrserg/klibs.kstorage -klibs-mikro = "1.12.0" # https://github.com/makeevrserg/klibs.mikro +klibs-mikro = "1.13.0" # https://github.com/makeevrserg/klibs.mikro [bundles] exposed = ["exposed-java-time", "exposed-jdbc", "exposed-dao", "exposed-core"] diff --git a/instances/forge/build.gradle.kts b/instances/forge/build.gradle.kts index 4c8b9fa..c1fb0f5 100644 --- a/instances/forge/build.gradle.kts +++ b/instances/forge/build.gradle.kts @@ -18,7 +18,7 @@ val implementation by configurations.getting { } dependencies { - minecraft("net.minecraftforge:forge:1.21.4-54.0.17") + minecraft("net.minecraftforge:forge:1.21.8-58.1.0") // AstraLibs shade(libs.minecraft.astralibs.core) shade(libs.minecraft.astralibs.command)