From 9c6c4a2be2db45460a0cef1c592bec08900e6342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:32:27 +0000 Subject: [PATCH] Bump com.gradleup.nmcp.settings from 1.5.0 to 1.6.0 Bumps [com.gradleup.nmcp.settings](https://github.com/gradleup/nmcp) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/gradleup/nmcp/releases) - [Changelog](https://github.com/GradleUp/nmcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradleup/nmcp/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: com.gradleup.nmcp.settings dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index bc91a63..8740792 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id "com.gradleup.nmcp.settings" version "1.5.0" + id "com.gradleup.nmcp.settings" version "1.6.0" } rootProject.name = 'jPowerShell2'