From dfcc4ca4cf2241dcd3e733f0feb590fc6a9cffc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:35:53 +0000 Subject: [PATCH] Bump org.lushplugins:LushLib from 0.10.4 to 0.10.18 (#13) Bumps org.lushplugins:LushLib from 0.10.4 to 0.10.18. --- updated-dependencies: - dependency-name: org.lushplugins:LushLib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 070d093..f80a1fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation(project(":api")) - implementation("org.lushplugins:LushLib:0.10.4") + implementation("org.lushplugins:LushLib:0.10.18") } java {