From d40ab6c960913f34e17d1a51fa9e3896f1c04fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:37:48 +0000 Subject: [PATCH] build(deps): bump pub.ihub.plugin.ihub-settings from 1.9.1 to 1.9.2 Bumps pub.ihub.plugin.ihub-settings from 1.9.1 to 1.9.2. --- updated-dependencies: - dependency-name: pub.ihub.plugin.ihub-settings dependency-version: 1.9.2 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 4cbf7f5..9cf30a5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("pub.ihub.plugin.ihub-settings") version "1.9.1" + id("pub.ihub.plugin.ihub-settings") version "1.9.2" }