From df44b725bb9ddbdeaea7f3c0a160d809021a23dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 02:41:33 +0000 Subject: [PATCH] Bump me.lucko:spark-common from 1.10.142-SNAPSHOT to 1.10.158-SNAPSHOT Bumps me.lucko:spark-common from 1.10.142-SNAPSHOT to 1.10.158-SNAPSHOT. --- updated-dependencies: - dependency-name: me.lucko:spark-common dependency-version: 1.10.158-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 cd2d69b..d7ad190 100644 --- a/build.gradle +++ b/build.gradle @@ -18,5 +18,5 @@ dependencies { transitive = false } - includeInJar "me.lucko:spark-common:1.10.142-SNAPSHOT" + includeInJar "me.lucko:spark-common:1.10.158-SNAPSHOT" }