From a14c05837647769f664a187e47c4071bd023a61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:45:41 +0000 Subject: [PATCH] Bump com.gradleup.nmcp from 1.4.4 to 1.5.0 Bumps [com.gradleup.nmcp](https://github.com/gradleup/nmcp) from 1.4.4 to 1.5.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.4.4...v1.5.0) --- updated-dependencies: - dependency-name: com.gradleup.nmcp dependency-version: 1.5.0 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 c168982..9e3754a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,4 +5,4 @@ test-strikt = "io.strikt:strikt-core:0.35.1" [plugins] kotlin = "org.jetbrains.kotlin.multiplatform:2.3.0" dokka = "org.jetbrains.dokka:2.1.0" -nmcp = "com.gradleup.nmcp:1.4.4" +nmcp = "com.gradleup.nmcp:1.5.0"