From cc7a3b7baa601849ccee8023eda24185082c2480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:14:41 +0000 Subject: [PATCH] deps: bump net.momirealms:sparrow-yaml in the sparrow group Bumps the sparrow group with 1 update: [net.momirealms:sparrow-yaml](https://github.com/Xiao-MoMi/sparrow-yaml). Updates `net.momirealms:sparrow-yaml` from 1.0.7 to 1.0.8 - [Commits](https://github.com/Xiao-MoMi/sparrow-yaml/commits) --- updated-dependencies: - dependency-name: net.momirealms:sparrow-yaml dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sparrow ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 19874cc..7d94380 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { // Sparrow libraries: shaded into the JAR (not on 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.7") + implementation("net.momirealms:sparrow-yaml:1.0.8") // Test testImplementation(platform("org.junit:junit-bom:6.1.1"))