From 3c91f2467baa31d6a4b70131ab94ca4996db45d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:30:53 +0000 Subject: [PATCH 1/3] Bump org.lushplugins:LushLib from 0.9.13 to 0.10.4 (#9) Bumps org.lushplugins:LushLib from 0.9.13 to 0.10.4. --- updated-dependencies: - dependency-name: org.lushplugins:LushLib dependency-type: direct:production update-type: version-update:semver-minor ... 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 c4e4247..070d093 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation(project(":api")) - implementation("org.lushplugins:LushLib:0.9.13") + implementation("org.lushplugins:LushLib:0.10.4") } java { 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 2/3] 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 { From 49c1cb379d60c227e60cb0df5f882bd062b1c781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:34:17 +0000 Subject: [PATCH 3/3] Bump org.lushplugins:LushLib from 0.10.18 to 0.10.19 (#14) Bumps org.lushplugins:LushLib from 0.10.18 to 0.10.19. --- 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 f80a1fe..c730ffa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation(project(":api")) - implementation("org.lushplugins:LushLib:0.10.18") + implementation("org.lushplugins:LushLib:0.10.19") } java {