From cb11a2b47cf368fa158bb99939bc1bf0f586ac96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:32:46 +0000 Subject: [PATCH] Bump com.gradleup.nmcp.aggregation from 1.4.4 to 1.6.1 Bumps [com.gradleup.nmcp.aggregation](https://github.com/gradleup/nmcp) from 1.4.4 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.4.4...v1.6.1) --- updated-dependencies: - dependency-name: com.gradleup.nmcp.aggregation 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 df5285f..0edd124 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,4 +20,4 @@ android-compose = ["android-compose-runtime", "android-compose-ui"] androidGradlePlugin = "com.android.library:9.3.0" kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" } compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" } -nmcpAggregation = { id = "com.gradleup.nmcp.aggregation", version = "1.4.4" } +nmcpAggregation = { id = "com.gradleup.nmcp.aggregation", version = "1.6.1" }