From 14c3e50fb1f79a64b5b8039fb17faddf34c0c8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:12:09 +0000 Subject: [PATCH] build(deps): bump nmcp from 1.4.3 to 1.4.4 Bumps `nmcp` from 1.4.3 to 1.4.4. Updates `com.gradleup.nmcp` from 1.4.3 to 1.4.4 - [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.3...v1.4.4) Updates `com.gradleup.nmcp.aggregation` from 1.4.3 to 1.4.4 - [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.3...v1.4.4) --- updated-dependencies: - dependency-name: com.gradleup.nmcp dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.gradleup.nmcp.aggregation dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d0c3fc9f7..4802b5747 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ jackson = "2.21.0" json-smart = "2.6.0" jspecify = "1.0.0" junit = "6.0.2" -nmcp = "1.4.3" +nmcp = "1.4.4" picocli = "4.7.7" protobuf-plugin = "0.9.6" protobuf = "3.25.8"