From ea8a81b5bf959e16d476e86534c5e6df74e92942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:32:42 +0000 Subject: [PATCH] Bump com.gradleup.nmcp.aggregation from 1.6.1 to 1.6.2 Bumps [com.gradleup.nmcp.aggregation](https://github.com/gradleup/nmcp) from 1.6.1 to 1.6.2. - [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.6.1...v1.6.2) --- updated-dependencies: - dependency-name: com.gradleup.nmcp.aggregation dependency-version: 1.6.2 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 9d9f466..e7bdcf5 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.1" 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.6.1" } +nmcpAggregation = { id = "com.gradleup.nmcp.aggregation", version = "1.6.2" }