From 40ab25f46b73e07c1386869c608b5091f418f6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:54:06 +0000 Subject: [PATCH] Bump com.gradleup.nmcp.settings in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [com.gradleup.nmcp.settings](https://github.com/gradleup/nmcp). Updates `com.gradleup.nmcp.settings` 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 dependency-group: dev-dependencies ... 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 6f7a6e7..a3cfdaf 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" // Nmcp plugin for publishing to Maven Central via Central Portal - id("com.gradleup.nmcp.settings") version "1.5.0" + id("com.gradleup.nmcp.settings") version "1.6.0" } rootProject.name = "dependency-utils"