From 34e9191e2c3105c776ca13a81ad788c315b89ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:35:39 +0000 Subject: [PATCH] chore(deps): bump com.gradleup.nmcp from 1.4.3 to 1.4.4 Bumps [com.gradleup.nmcp](https://github.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) --- updated-dependencies: - dependency-name: com.gradleup.nmcp dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e42ed5d..2570d7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { `java-library` `maven-publish` signing - id("com.gradleup.nmcp") version "1.4.3" + id("com.gradleup.nmcp") version "1.4.4" id("com.diffplug.spotless") version "6.25.0" }