From 77fbfffe6f0fe8fc694cf42b6181597160e53abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:42:47 +0000 Subject: [PATCH] Bump com.vanniktech.maven.publish from 0.36.0 to 0.37.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.36.0...0.37.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chartLib/build.gradle.kts | 2 +- chartLibCompose/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chartLib/build.gradle.kts b/chartLib/build.gradle.kts index fe5fb7220..348da2a28 100644 --- a/chartLib/build.gradle.kts +++ b/chartLib/build.gradle.kts @@ -5,7 +5,7 @@ import java.net.URI plugins { id("com.android.library") id("maven-publish") - id("com.vanniktech.maven.publish") version "0.36.0" + id("com.vanniktech.maven.publish") version "0.37.0" } android { diff --git a/chartLibCompose/build.gradle.kts b/chartLibCompose/build.gradle.kts index d6f2038bf..b51fbfbda 100644 --- a/chartLibCompose/build.gradle.kts +++ b/chartLibCompose/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.android.library") id("maven-publish") id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" - id("com.vanniktech.maven.publish") version "0.36.0" + id("com.vanniktech.maven.publish") version "0.37.0" } android {