From 01892bbefb55a5646ce5c89c6f3791458856732f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:22:49 +0000 Subject: [PATCH] deps: bump the sparrow group across 1 directory with 2 updates Bumps the sparrow group with 2 updates in the / directory: [net.momirealms:sparrow-nbt](https://github.com/Xiao-MoMi/sparrow-nbt) and [net.momirealms:sparrow-yaml](https://github.com/Xiao-MoMi/sparrow-yaml). Updates `net.momirealms:sparrow-nbt` from 0.18.8 to 0.19.2 - [Commits](https://github.com/Xiao-MoMi/sparrow-nbt/commits) Updates `net.momirealms:sparrow-yaml` from 1.0.8 to 1.0.12 - [Commits](https://github.com/Xiao-MoMi/sparrow-yaml/commits) --- updated-dependencies: - dependency-name: net.momirealms:sparrow-nbt dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sparrow - dependency-name: net.momirealms:sparrow-yaml dependency-version: 1.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sparrow ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c31dd1..94ff5cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -131,8 +131,8 @@ dependencies { // Sparrow libraries: loaded by FastSyncPluginLoader from Momirealms at // runtime because Paper's plugin.yml libraries only target Maven Central. // sparrow-redis-message-broker removed — replaced by Redisson. - implementation("net.momirealms:sparrow-nbt:0.18.8") - implementation("net.momirealms:sparrow-yaml:1.0.8") + implementation("net.momirealms:sparrow-nbt:0.19.2") + implementation("net.momirealms:sparrow-yaml:1.0.12") // Test testImplementation(platform("org.junit:junit-bom:6.1.1"))