From c75e24db471eda47341ff7a6a70691fe4d1be76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:26:06 +0200 Subject: [PATCH] Bump com.vanniktech:gradle-maven-publish-plugin from 0.29.0 to 0.30.0 (#319) Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.29.0 to 0.30.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.29.0...0.30.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 053c1e61..5de69f61 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ composeMaterial3 = "1.2.0-rc01" gradleNexusStagingPlugin = "0.30.0" publishPlugin = "1.3.0" -mavenPlugin = "0.29.0" +mavenPlugin = "0.30.0" agp = "8.7.0" compose-plugin = "1.6.11"