From 627c1ca2e73494d6977f78ffb4f0a69dfbab7f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:52:31 +0000 Subject: [PATCH] build(deps): Bump pub.ihub.plugin.ihub-settings from 1.9.5 to 1.9.6 Bumps pub.ihub.plugin.ihub-settings from 1.9.5 to 1.9.6. --- updated-dependencies: - dependency-name: pub.ihub.plugin.ihub-settings dependency-version: 1.9.6 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 5e4929f..a84f353 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("pub.ihub.plugin.ihub-settings") version "1.9.5" + id("pub.ihub.plugin.ihub-settings") version "1.9.6" } include("ihub-module-core", "ihub-module-iam")