From ef281832c0ca2218a8fd8883c186834123e5f8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:53:37 +0000 Subject: [PATCH] build(deps): Bump pub.ihub.plugin.ihub-settings from 1.9.3 to 1.9.4 Bumps pub.ihub.plugin.ihub-settings from 1.9.3 to 1.9.4. --- updated-dependencies: - dependency-name: pub.ihub.plugin.ihub-settings dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 8f63669..f4d14ce 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("pub.ihub.plugin.ihub-settings") version "1.9.3" + id("pub.ihub.plugin.ihub-settings") version "1.9.4" }