From ce678d0401b02e047330cf53097c6648866961f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:32:42 +0000 Subject: [PATCH] Bump com.gradleup.nmcp from 1.2.0 to 1.6.1 Bumps [com.gradleup.nmcp](https://github.com/gradleup/nmcp) from 1.2.0 to 1.6.1. - [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.2.0...v1.6.1) --- updated-dependencies: - dependency-name: com.gradleup.nmcp dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a09f881..8cfad04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,4 +15,4 @@ sample-composeActivity = "androidx.activity:activity-compose:1.10.1" androidApplication = { id = "com.android.application", version.ref = "androidGradlePlugin" } androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" } compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" } -nmcp = "com.gradleup.nmcp:1.2.0" +nmcp = "com.gradleup.nmcp:1.6.1"