From 08b35eb56d564116bbff71b6fef0383983bae2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:33:24 +0000 Subject: [PATCH] Bump me.lucko:spark-common from 1.10.166-SNAPSHOT to 1.10.172-SNAPSHOT Bumps me.lucko:spark-common from 1.10.166-SNAPSHOT to 1.10.172-SNAPSHOT. --- updated-dependencies: - dependency-name: me.lucko:spark-common dependency-version: 1.10.172-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8cac488..87756b0 100644 --- a/build.gradle +++ b/build.gradle @@ -18,5 +18,5 @@ dependencies { transitive = false } - includeInJar "me.lucko:spark-common:1.10.166-SNAPSHOT" + includeInJar "me.lucko:spark-common:1.10.172-SNAPSHOT" }